Shades of Atlantis #99BD41
Tints of Atlantis #99BD41
RGB
CMYK
RGB Variations
Color information
#99BD41 (or 0x99BD41) is known color: Atlantis. HEX triplet: 99, BD and 41. RGB value is (153,189,65). Sum of RGB (Red+Green+Blue) = 153+189+65=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BD41 is #6642BE. Grayscale: #A4A4A4. Windows color (decimal): -6701759 or 4308377. OLE color: 4308377.
HSL color Cylindrical-coordinate representation of color #99BD41: hue angle of 77.42º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99BD41 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 65 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.26 |
| HSL | 77.42º | 0.49% | 0.5% | - |
| HSV(B) | 77.42º | 0.66% | 0.74% | - |
| XYZ | 32.29 | 43.55 | 11.71 | - |
| YUV | 164.1 | 72.07 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 65 | 0.19 | 0 | 0.66 | 0.26 | 77.42 | 0.49 | 0.5 |
| Hex | 99 | BD | 41 | 13 | 0 | 42 | 1A | 4D | 31 | 32 |
| Octal | 231 | 275 | 101 | 23 | 0 | 102 | 32 | 115 | 61 | 62 |
| Binary | 10011001 | 10111101 | 1000001 | 10011 | 0 | 1000010 | 11010 | 1001101 | 110001 | 110010 |
Color Harmonies of #99BD41
Complementary color
Monochromatic Colors of #99BD41
Black with #99BD41
Text Example
Text Example
White with #99BD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD41; }
p { color: rgb(153,189,65); }
H1.HeaderClassName
{
color: #99BD41;
}
.AnyTagClassName
{
color: #99BD41;
}
</style>
background-color css
<style>
a { background-color: #99BD41; }
a { background-color: rgb(153,189,65); }
div.DivClassName
{
background-color: #99BD41;
}
.BgClassName
{
background-color: #99BD41;
}
</style>
border-color css
<style>
span { border-color: #99BD41; }
span { border-color: rgb(153,189,65); }
td.TdClassName
{
border-color: #99BD41;
}
.TagClassName
{
border-color: #99BD41;
}
</style>