Shades of Atlantis #8FBE40
Tints of Atlantis #8FBE40
RGB
CMYK
RGB Variations
Color information
#8FBE40 (or 0x8FBE40) is known color: Atlantis. HEX triplet: 8F, BE and 40. RGB value is (143,190,64). Sum of RGB (Red+Green+Blue) = 143+190+64=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBE40 is #7041BF. Grayscale: #A2A2A2. Windows color (decimal): -7356864 or 4243087. OLE color: 4243087.
HSL color Cylindrical-coordinate representation of color #8FBE40: hue angle of 82.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FBE40 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 64 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.25 |
| HSL | 82.38º | 0.5% | 0.5% | - |
| HSV(B) | 82.38º | 0.66% | 0.75% | - |
| XYZ | 30.67 | 43.04 | 11.54 | - |
| YUV | 161.58 | 72.93 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 64 | 0.25 | 0 | 0.66 | 0.25 | 82.38 | 0.5 | 0.5 |
| Hex | 8F | BE | 40 | 19 | 0 | 42 | 19 | 52 | 32 | 32 |
| Octal | 217 | 276 | 100 | 31 | 0 | 102 | 31 | 122 | 62 | 62 |
| Binary | 10001111 | 10111110 | 1000000 | 11001 | 0 | 1000010 | 11001 | 1010010 | 110010 | 110010 |
Color Harmonies of #8FBE40
Complementary color
Monochromatic Colors of #8FBE40
Black with #8FBE40
Text Example
Text Example
White with #8FBE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBE40; }
p { color: rgb(143,190,64); }
H1.HeaderClassName
{
color: #8FBE40;
}
.AnyTagClassName
{
color: #8FBE40;
}
</style>
background-color css
<style>
a { background-color: #8FBE40; }
a { background-color: rgb(143,190,64); }
div.DivClassName
{
background-color: #8FBE40;
}
.BgClassName
{
background-color: #8FBE40;
}
</style>
border-color css
<style>
span { border-color: #8FBE40; }
span { border-color: rgb(143,190,64); }
td.TdClassName
{
border-color: #8FBE40;
}
.TagClassName
{
border-color: #8FBE40;
}
</style>