#8FDF45

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

Shades of Atlantis #8FDF45

Tints of Atlantis #8FDF45

Color information

#8FDF45 (or 0x8FDF45) is unknown color: approx Atlantis. HEX triplet: 8F, DF and 45. RGB value is (143,223,69). Sum of RGB (Red+Green+Blue) = 143+223+69=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDF45 is #7020BA. Grayscale: #B6B6B6. Windows color (decimal): -7348411 or 4579215. OLE color: 4579215.

HSL color Cylindrical-coordinate representation of color #8FDF45: hue angle of 91.17º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FDF45 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB14322369-
CMYK0.3600.690.13
HSL91.17º70.64%57.25%-
HSV(B)91.17º69.06%87.45%-
XYZ38.7959.0414.98-
YUV181.5264.5100.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.87%
GREEN value IS 223 (87.5% from 255) = 51.26%
BLUE value IS 69 (27.34% from 255) = 15.86%
R=32.87%
G=51.26%
B=15.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal143223690.3600.690.1391.1770.6457.25
Hex8FDF4524045D5b4739
Octal2173371054401051513310771
Binary1000111111011111100010110010001000101110110110111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FDF45; }

 p { color: rgb(143,223,69); }

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

<style>
 a { background-color: #8FDF45; }

 a { background-color: rgb(143,223,69); }

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

<style>
 span { border-color: #8FDF45; }

 span { border-color: rgb(143,223,69); }

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