Shades of Atlantis #99BF41
Tints of Atlantis #99BF41
RGB
CMYK
RGB Variations
Color information
#99BF41 (or 0x99BF41) is known color: Atlantis. HEX triplet: 99, BF and 41. RGB value is (153,191,65). Sum of RGB (Red+Green+Blue) = 153+191+65=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BF41 is #6640BE. Grayscale: #A5A5A5. Windows color (decimal): -6701247 or 4308889. OLE color: 4308889.
HSL color Cylindrical-coordinate representation of color #99BF41: hue angle of 78.1º 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 #99BF41 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 65 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.25 |
| HSL | 78.1º | 0.5% | 0.5% | - |
| HSV(B) | 78.1º | 0.66% | 0.75% | - |
| XYZ | 32.72 | 44.42 | 11.85 | - |
| YUV | 165.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 65 | 0.20 | 0 | 0.66 | 0.25 | 78.1 | 0.5 | 0.5 |
| Hex | 99 | BF | 41 | 14 | 0 | 42 | 19 | 4E | 32 | 32 |
| Octal | 231 | 277 | 101 | 24 | 0 | 102 | 31 | 116 | 62 | 62 |
| Binary | 10011001 | 10111111 | 1000001 | 10100 | 0 | 1000010 | 11001 | 1001110 | 110010 | 110010 |
Color Harmonies of #99BF41
Complementary color
Monochromatic Colors of #99BF41
Black with #99BF41
Text Example
Text Example
White with #99BF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF41; }
p { color: rgb(153,191,65); }
H1.HeaderClassName
{
color: #99BF41;
}
.AnyTagClassName
{
color: #99BF41;
}
</style>
background-color css
<style>
a { background-color: #99BF41; }
a { background-color: rgb(153,191,65); }
div.DivClassName
{
background-color: #99BF41;
}
.BgClassName
{
background-color: #99BF41;
}
</style>
border-color css
<style>
span { border-color: #99BF41; }
span { border-color: rgb(153,191,65); }
td.TdClassName
{
border-color: #99BF41;
}
.TagClassName
{
border-color: #99BF41;
}
</style>