Shades of Atlantis #8FDB34
Tints of Atlantis #8FDB34
RGB
CMYK
RGB Variations
Color information
#8FDB34 (or 0x8FDB34) is known color: Atlantis. HEX triplet: 8F, DB and 34. RGB value is (143,219,52). Sum of RGB (Red+Green+Blue) = 143+219+52=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 219 (85.94% from 255 or 52.90% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDB34 is #7024CB. Grayscale: #B1B1B1. Windows color (decimal): -7349452 or 3464079. OLE color: 3464079.
HSL color Cylindrical-coordinate representation of color #8FDB34: hue angle of 87.31º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8FDB34 is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 52 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.14 |
| HSL | 87.31º | 0.7% | 0.53% | - |
| HSV(B) | 87.31º | 0.76% | 0.86% | - |
| XYZ | 37.28 | 56.75 | 12.24 | - |
| YUV | 177.24 | 57.32 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 52 | 0.35 | 0 | 0.76 | 0.14 | 87.31 | 0.7 | 0.53 |
| Hex | 8F | DB | 34 | 23 | 0 | 4C | E | 57 | 46 | 35 |
| Octal | 217 | 333 | 64 | 43 | 0 | 114 | 16 | 127 | 106 | 65 |
| Binary | 10001111 | 11011011 | 110100 | 100011 | 0 | 1001100 | 1110 | 1010111 | 1000110 | 110101 |
Color Harmonies of #8FDB34
Complementary color
Monochromatic Colors of #8FDB34
Black with #8FDB34
Text Example
Text Example
White with #8FDB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDB34; }
p { color: rgb(143,219,52); }
H1.HeaderClassName
{
color: #8FDB34;
}
.AnyTagClassName
{
color: #8FDB34;
}
</style>
background-color css
<style>
a { background-color: #8FDB34; }
a { background-color: rgb(143,219,52); }
div.DivClassName
{
background-color: #8FDB34;
}
.BgClassName
{
background-color: #8FDB34;
}
</style>
border-color css
<style>
span { border-color: #8FDB34; }
span { border-color: rgb(143,219,52); }
td.TdClassName
{
border-color: #8FDB34;
}
.TagClassName
{
border-color: #8FDB34;
}
</style>