Shades of Atlantis #8FCB43
Tints of Atlantis #8FCB43
RGB
CMYK
RGB Variations
Color information
#8FCB43 (or 0x8FCB43) is known color: Atlantis. HEX triplet: 8F, CB and 43. RGB value is (143,203,67). Sum of RGB (Red+Green+Blue) = 143+203+67=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCB43 is #7034BC. Grayscale: #AAAAAA. Windows color (decimal): -7353533 or 4443023. OLE color: 4443023.
HSL color Cylindrical-coordinate representation of color #8FCB43: hue angle of 86.47º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FCB43 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 67 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.20 |
| HSL | 86.47º | 0.57% | 0.53% | - |
| HSV(B) | 86.47º | 0.67% | 0.8% | - |
| XYZ | 33.7 | 48.96 | 12.98 | - |
| YUV | 169.56 | 70.12 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 67 | 0.30 | 0 | 0.67 | 0.20 | 86.47 | 0.57 | 0.53 |
| Hex | 8F | CB | 43 | 1E | 0 | 43 | 14 | 56 | 39 | 35 |
| Octal | 217 | 313 | 103 | 36 | 0 | 103 | 24 | 126 | 71 | 65 |
| Binary | 10001111 | 11001011 | 1000011 | 11110 | 0 | 1000011 | 10100 | 1010110 | 111001 | 110101 |
Color Harmonies of #8FCB43
Complementary color
Monochromatic Colors of #8FCB43
Black with #8FCB43
Text Example
Text Example
White with #8FCB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB43; }
p { color: rgb(143,203,67); }
H1.HeaderClassName
{
color: #8FCB43;
}
.AnyTagClassName
{
color: #8FCB43;
}
</style>
background-color css
<style>
a { background-color: #8FCB43; }
a { background-color: rgb(143,203,67); }
div.DivClassName
{
background-color: #8FCB43;
}
.BgClassName
{
background-color: #8FCB43;
}
</style>
border-color css
<style>
span { border-color: #8FCB43; }
span { border-color: rgb(143,203,67); }
td.TdClassName
{
border-color: #8FCB43;
}
.TagClassName
{
border-color: #8FCB43;
}
</style>