Shades of Atlantis #8FDB4B
Tints of Atlantis #8FDB4B
RGB
CMYK
RGB Variations
Color information
#8FDB4B (or 0x8FDB4B) is known color: Atlantis. HEX triplet: 8F, DB and 4B. RGB value is (143,219,75). Sum of RGB (Red+Green+Blue) = 143+219+75=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDB4B is #7024B4. Grayscale: #B4B4B4. Windows color (decimal): -7349429 or 4971407. OLE color: 4971407.
HSL color Cylindrical-coordinate representation of color #8FDB4B: hue angle of 91.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FDB4B is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 75 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.14 |
| HSL | 91.67º | 0.67% | 0.58% | - |
| HSV(B) | 91.67º | 0.66% | 0.86% | - |
| XYZ | 37.93 | 57.01 | 15.66 | - |
| YUV | 179.86 | 68.82 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 75 | 0.35 | 0 | 0.66 | 0.14 | 91.67 | 0.67 | 0.58 |
| Hex | 8F | DB | 4B | 23 | 0 | 42 | E | 5C | 43 | 3A |
| Octal | 217 | 333 | 113 | 43 | 0 | 102 | 16 | 134 | 103 | 72 |
| Binary | 10001111 | 11011011 | 1001011 | 100011 | 0 | 1000010 | 1110 | 1011100 | 1000011 | 111010 |
Color Harmonies of #8FDB4B
Complementary color
Monochromatic Colors of #8FDB4B
Black with #8FDB4B
Text Example
Text Example
White with #8FDB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDB4B; }
p { color: rgb(143,219,75); }
H1.HeaderClassName
{
color: #8FDB4B;
}
.AnyTagClassName
{
color: #8FDB4B;
}
</style>
background-color css
<style>
a { background-color: #8FDB4B; }
a { background-color: rgb(143,219,75); }
div.DivClassName
{
background-color: #8FDB4B;
}
.BgClassName
{
background-color: #8FDB4B;
}
</style>
border-color css
<style>
span { border-color: #8FDB4B; }
span { border-color: rgb(143,219,75); }
td.TdClassName
{
border-color: #8FDB4B;
}
.TagClassName
{
border-color: #8FDB4B;
}
</style>