#94D750

Color #94D750 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #94D750

Tints of Atlantis #94D750

Color information

#94D750 (or 0x94D750) is unknown color: approx Atlantis. HEX triplet: 94, D7 and 50. RGB value is (148,215,80). Sum of RGB (Red+Green+Blue) = 148+215+80=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 215 - color contains mainly: green. Hex color #94D750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D750 is #6B28AF. Grayscale: #B4B4B4. Windows color (decimal): -7022768 or 5298068. OLE color: 5298068.

HSL color Cylindrical-coordinate representation of color #94D750: hue angle of 89.78º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94D750 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB14821580-
CMYK0.3100.630.16
HSL89.78º62.79%57.84%-
HSV(B)89.78º62.79%84.31%-
XYZ37.9655.4816.3-
YUV179.5871.8105.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 33.41%
GREEN value IS 215 (84.38% from 255) = 48.53%
BLUE value IS 80 (31.64% from 255) = 18.06%
R=33.41%
G=48.53%
B=18.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148215800.3100.630.1689.7862.7957.84
Hex94D7501F03F105a3f3a
Octal22432712037077201327772
Binary10010100110101111010000111110111111100001011010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94D750; }

 p { color: rgb(148,215,80); }

 H1.HeaderClassName
 {
   color: #94D750;
 }
 .AnyTagClassName
 {
   color: #94D750;
 }
</style>
background-color css

<style>
 a { background-color: #94D750; }

 a { background-color: rgb(148,215,80); }

 div.DivClassName
 {
   background-color: #94D750;
 }
 .BgClassName
 {
   background-color: #94D750;
 }
</style>
border-color css

<style>
 span { border-color: #94D750; }

 span { border-color: rgb(148,215,80); }

 td.TdClassName
 {
   border-color: #94D750;
 }
 .TagClassName
 {
   border-color: #94D750;
 }
</style>