Shades of Atlantis #8FBC41
Tints of Atlantis #8FBC41
RGB
CMYK
RGB Variations
Color information
#8FBC41 (or 0x8FBC41) is known color: Atlantis. HEX triplet: 8F, BC and 41. RGB value is (143,188,65). Sum of RGB (Red+Green+Blue) = 143+188+65=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC41 is #7043BE. Grayscale: #A0A0A0. Windows color (decimal): -7357375 or 4308111. OLE color: 4308111.
HSL color Cylindrical-coordinate representation of color #8FBC41: hue angle of 81.95º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8FBC41 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 65 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.26 |
| HSL | 81.95º | 0.49% | 0.5% | - |
| HSV(B) | 81.95º | 0.65% | 0.74% | - |
| XYZ | 30.27 | 42.19 | 11.55 | - |
| YUV | 160.52 | 74.09 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 65 | 0.24 | 0 | 0.65 | 0.26 | 81.95 | 0.49 | 0.5 |
| Hex | 8F | BC | 41 | 18 | 0 | 41 | 1A | 52 | 31 | 32 |
| Octal | 217 | 274 | 101 | 30 | 0 | 101 | 32 | 122 | 61 | 62 |
| Binary | 10001111 | 10111100 | 1000001 | 11000 | 0 | 1000001 | 11010 | 1010010 | 110001 | 110010 |
Color Harmonies of #8FBC41
Complementary color
Monochromatic Colors of #8FBC41
Black with #8FBC41
Text Example
Text Example
White with #8FBC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC41; }
p { color: rgb(143,188,65); }
H1.HeaderClassName
{
color: #8FBC41;
}
.AnyTagClassName
{
color: #8FBC41;
}
</style>
background-color css
<style>
a { background-color: #8FBC41; }
a { background-color: rgb(143,188,65); }
div.DivClassName
{
background-color: #8FBC41;
}
.BgClassName
{
background-color: #8FBC41;
}
</style>
border-color css
<style>
span { border-color: #8FBC41; }
span { border-color: rgb(143,188,65); }
td.TdClassName
{
border-color: #8FBC41;
}
.TagClassName
{
border-color: #8FBC41;
}
</style>