#8FD84B

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

Shades of Atlantis #8FD84B

Tints of Atlantis #8FD84B

Color information

#8FD84B (or 0x8FD84B) is unknown color: approx Atlantis. HEX triplet: 8F, D8 and 4B. RGB value is (143,216,75). Sum of RGB (Red+Green+Blue) = 143+216+75=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD84B is #7027B4. Grayscale: #B2B2B2. Windows color (decimal): -7350197 or 4970639. OLE color: 4970639.

HSL color Cylindrical-coordinate representation of color #8FD84B: hue angle of 91.06º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8FD84B is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB14321675-
CMYK0.3400.650.15
HSL91.06º64.38%57.06%-
HSV(B)91.06º65.28%84.71%-
XYZ37.1555.4615.4-
YUV178.169.82102.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.95%
GREEN value IS 216 (84.77% from 255) = 49.77%
BLUE value IS 75 (29.69% from 255) = 17.28%
R=32.95%
G=49.77%
B=17.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal143216750.3400.650.1591.0664.3857.06
Hex8FD84B22041F5b4039
Octal2173301134201011713310071
Binary1000111111011000100101110001001000001111110110111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,216,75); }

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

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

 a { background-color: rgb(143,216,75); }

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

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

 span { border-color: rgb(143,216,75); }

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