#8FDD51

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

Shades of Atlantis #8FDD51

Tints of Atlantis #8FDD51

Color information

#8FDD51 (or 0x8FDD51) is unknown color: approx Atlantis. HEX triplet: 8F, DD and 51. RGB value is (143,221,81). Sum of RGB (Red+Green+Blue) = 143+221+81=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDD51 is #7022AE. Grayscale: #B6B6B6. Windows color (decimal): -7348911 or 5365135. OLE color: 5365135.

HSL color Cylindrical-coordinate representation of color #8FDD51: hue angle of 93.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8FDD51 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB14322181-
CMYK0.3500.630.13
HSL93.43º67.31%59.22%-
HSV(B)93.43º63.35%86.67%-
XYZ38.6758.1516.97-
YUV181.7271.16100.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.13%
GREEN value IS 221 (86.72% from 255) = 49.66%
BLUE value IS 81 (32.03% from 255) = 18.20%
R=32.13%
G=49.66%
B=18.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal143221810.3500.630.1393.4367.3159.22
Hex8FDD512303FD5d433b
Octal217335121430771513510373
Binary100011111101110110100011000110111111110110111011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,221,81); }

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

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

 a { background-color: rgb(143,221,81); }

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

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

 span { border-color: rgb(143,221,81); }

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