Shades of Atlantis #8FC83B
Tints of Atlantis #8FC83B
RGB
CMYK
RGB Variations
Color information
#8FC83B (or 0x8FC83B) is known color: Atlantis. HEX triplet: 8F, C8 and 3B. RGB value is (143,200,59). Sum of RGB (Red+Green+Blue) = 143+200+59=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC83B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC83B is #7037C4. Grayscale: #A7A7A7. Windows color (decimal): -7354309 or 3917967. OLE color: 3917967.
HSL color Cylindrical-coordinate representation of color #8FC83B: hue angle of 84.26º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8FC83B is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 59 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.22 |
| HSL | 84.26º | 0.56% | 0.51% | - |
| HSV(B) | 84.26º | 0.71% | 0.78% | - |
| XYZ | 32.77 | 47.46 | 11.57 | - |
| YUV | 166.88 | 67.12 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 59 | 0.28 | 0 | 0.70 | 0.22 | 84.26 | 0.56 | 0.51 |
| Hex | 8F | C8 | 3B | 1C | 0 | 46 | 16 | 54 | 38 | 33 |
| Octal | 217 | 310 | 73 | 34 | 0 | 106 | 26 | 124 | 70 | 63 |
| Binary | 10001111 | 11001000 | 111011 | 11100 | 0 | 1000110 | 10110 | 1010100 | 111000 | 110011 |
Color Harmonies of #8FC83B
Complementary color
Monochromatic Colors of #8FC83B
Black with #8FC83B
Text Example
Text Example
White with #8FC83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC83B; }
p { color: rgb(143,200,59); }
H1.HeaderClassName
{
color: #8FC83B;
}
.AnyTagClassName
{
color: #8FC83B;
}
</style>
background-color css
<style>
a { background-color: #8FC83B; }
a { background-color: rgb(143,200,59); }
div.DivClassName
{
background-color: #8FC83B;
}
.BgClassName
{
background-color: #8FC83B;
}
</style>
border-color css
<style>
span { border-color: #8FC83B; }
span { border-color: rgb(143,200,59); }
td.TdClassName
{
border-color: #8FC83B;
}
.TagClassName
{
border-color: #8FC83B;
}
</style>