Shades of Atlantis #99CF44
Tints of Atlantis #99CF44
RGB
CMYK
RGB Variations
Color information
#99CF44 (or 0x99CF44) is known color: Atlantis. HEX triplet: 99, CF and 44. RGB value is (153,207,68). Sum of RGB (Red+Green+Blue) = 153+207+68=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 68 (26.95% from 255 or 15.89% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CF44 is #6630BB. Grayscale: #AFAFAF. Windows color (decimal): -6697148 or 4509593. OLE color: 4509593.
HSL color Cylindrical-coordinate representation of color #99CF44: hue angle of 83.31º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99CF44 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 68 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.19 |
| HSL | 83.31º | 0.59% | 0.54% | - |
| HSV(B) | 83.31º | 0.67% | 0.81% | - |
| XYZ | 36.49 | 51.82 | 13.55 | - |
| YUV | 175.01 | 67.61 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 68 | 0.26 | 0 | 0.67 | 0.19 | 83.31 | 0.59 | 0.54 |
| Hex | 99 | CF | 44 | 1A | 0 | 43 | 13 | 53 | 3B | 36 |
| Octal | 231 | 317 | 104 | 32 | 0 | 103 | 23 | 123 | 73 | 66 |
| Binary | 10011001 | 11001111 | 1000100 | 11010 | 0 | 1000011 | 10011 | 1010011 | 111011 | 110110 |
Color Harmonies of #99CF44
Complementary color
Monochromatic Colors of #99CF44
Black with #99CF44
Text Example
Text Example
White with #99CF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF44; }
p { color: rgb(153,207,68); }
H1.HeaderClassName
{
color: #99CF44;
}
.AnyTagClassName
{
color: #99CF44;
}
</style>
background-color css
<style>
a { background-color: #99CF44; }
a { background-color: rgb(153,207,68); }
div.DivClassName
{
background-color: #99CF44;
}
.BgClassName
{
background-color: #99CF44;
}
</style>
border-color css
<style>
span { border-color: #99CF44; }
span { border-color: rgb(153,207,68); }
td.TdClassName
{
border-color: #99CF44;
}
.TagClassName
{
border-color: #99CF44;
}
</style>