Shades of Atlantis #99E53C
Tints of Atlantis #99E53C
RGB
CMYK
RGB Variations
Color information
#99E53C (or 0x99E53C) is known color: Atlantis. HEX triplet: 99, E5 and 3C. RGB value is (153,229,60). Sum of RGB (Red+Green+Blue) = 153+229+60=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 229 (89.84% from 255 or 51.81% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 229 - color contains mainly: green. Hex color #99E53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99E53C is #661AC3. Grayscale: #BBBBBB. Windows color (decimal): -6691524 or 3990937. OLE color: 3990937.
HSL color Cylindrical-coordinate representation of color #99E53C: hue angle of 86.98º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99E53C is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 229 | 60 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.10 |
| HSL | 86.98º | 0.76% | 0.57% | - |
| HSV(B) | 86.98º | 0.74% | 0.9% | - |
| XYZ | 41.97 | 63.14 | 14.25 | - |
| YUV | 187.01 | 56.32 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 229 | 60 | 0.33 | 0 | 0.74 | 0.10 | 86.98 | 0.76 | 0.57 |
| Hex | 99 | E5 | 3C | 21 | 0 | 4A | A | 57 | 4C | 39 |
| Octal | 231 | 345 | 74 | 41 | 0 | 112 | 12 | 127 | 114 | 71 |
| Binary | 10011001 | 11100101 | 111100 | 100001 | 0 | 1001010 | 1010 | 1010111 | 1001100 | 111001 |
Color Harmonies of #99E53C
Complementary color
Monochromatic Colors of #99E53C
Black with #99E53C
Text Example
Text Example
White with #99E53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E53C; }
p { color: rgb(153,229,60); }
H1.HeaderClassName
{
color: #99E53C;
}
.AnyTagClassName
{
color: #99E53C;
}
</style>
background-color css
<style>
a { background-color: #99E53C; }
a { background-color: rgb(153,229,60); }
div.DivClassName
{
background-color: #99E53C;
}
.BgClassName
{
background-color: #99E53C;
}
</style>
border-color css
<style>
span { border-color: #99E53C; }
span { border-color: rgb(153,229,60); }
td.TdClassName
{
border-color: #99E53C;
}
.TagClassName
{
border-color: #99E53C;
}
</style>