Shades of Atlantis #8FE43B
Tints of Atlantis #8FE43B
RGB
CMYK
RGB Variations
Color information
#8FE43B (or 0x8FE43B) is known color: Atlantis. HEX triplet: 8F, E4 and 3B. RGB value is (143,228,59). Sum of RGB (Red+Green+Blue) = 143+228+59=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 228 (89.45% from 255 or 53.02% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 228 - color contains mainly: green. Hex color #8FE43B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE43B is #701BC4. Grayscale: #B7B7B7. Windows color (decimal): -7347141 or 3925135. OLE color: 3925135.
HSL color Cylindrical-coordinate representation of color #8FE43B: hue angle of 90.18º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8FE43B is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 228 | 59 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.11 |
| HSL | 90.18º | 0.76% | 0.56% | - |
| HSV(B) | 90.18º | 0.74% | 0.89% | - |
| XYZ | 39.86 | 61.64 | 13.93 | - |
| YUV | 183.32 | 57.84 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 228 | 59 | 0.37 | 0 | 0.74 | 0.11 | 90.18 | 0.76 | 0.56 |
| Hex | 8F | E4 | 3B | 25 | 0 | 4A | B | 5A | 4C | 38 |
| Octal | 217 | 344 | 73 | 45 | 0 | 112 | 13 | 132 | 114 | 70 |
| Binary | 10001111 | 11100100 | 111011 | 100101 | 0 | 1001010 | 1011 | 1011010 | 1001100 | 111000 |
Color Harmonies of #8FE43B
Complementary color
Monochromatic Colors of #8FE43B
Black with #8FE43B
Text Example
Text Example
White with #8FE43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE43B; }
p { color: rgb(143,228,59); }
H1.HeaderClassName
{
color: #8FE43B;
}
.AnyTagClassName
{
color: #8FE43B;
}
</style>
background-color css
<style>
a { background-color: #8FE43B; }
a { background-color: rgb(143,228,59); }
div.DivClassName
{
background-color: #8FE43B;
}
.BgClassName
{
background-color: #8FE43B;
}
</style>
border-color css
<style>
span { border-color: #8FE43B; }
span { border-color: rgb(143,228,59); }
td.TdClassName
{
border-color: #8FE43B;
}
.TagClassName
{
border-color: #8FE43B;
}
</style>