Shades of Atlantis #8FD63B
Tints of Atlantis #8FD63B
RGB
CMYK
RGB Variations
Color information
#8FD63B (or 0x8FD63B) is known color: Atlantis. HEX triplet: 8F, D6 and 3B. RGB value is (143,214,59). Sum of RGB (Red+Green+Blue) = 143+214+59=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 59 (23.44% from 255 or 14.18% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD63B is #7029C4. Grayscale: #AFAFAF. Windows color (decimal): -7350725 or 3921551. OLE color: 3921551.
HSL color Cylindrical-coordinate representation of color #8FD63B: hue angle of 87.48º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FD63B is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 214 | 59 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.16 |
| HSL | 87.48º | 0.65% | 0.54% | - |
| HSV(B) | 87.48º | 0.72% | 0.84% | - |
| XYZ | 36.16 | 54.25 | 12.7 | - |
| YUV | 175.1 | 62.48 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 59 | 0.33 | 0 | 0.72 | 0.16 | 87.48 | 0.65 | 0.54 |
| Hex | 8F | D6 | 3B | 21 | 0 | 48 | 10 | 57 | 41 | 36 |
| Octal | 217 | 326 | 73 | 41 | 0 | 110 | 20 | 127 | 101 | 66 |
| Binary | 10001111 | 11010110 | 111011 | 100001 | 0 | 1001000 | 10000 | 1010111 | 1000001 | 110110 |
Color Harmonies of #8FD63B
Complementary color
Monochromatic Colors of #8FD63B
Black with #8FD63B
Text Example
Text Example
White with #8FD63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD63B; }
p { color: rgb(143,214,59); }
H1.HeaderClassName
{
color: #8FD63B;
}
.AnyTagClassName
{
color: #8FD63B;
}
</style>
background-color css
<style>
a { background-color: #8FD63B; }
a { background-color: rgb(143,214,59); }
div.DivClassName
{
background-color: #8FD63B;
}
.BgClassName
{
background-color: #8FD63B;
}
</style>
border-color css
<style>
span { border-color: #8FD63B; }
span { border-color: rgb(143,214,59); }
td.TdClassName
{
border-color: #8FD63B;
}
.TagClassName
{
border-color: #8FD63B;
}
</style>