Shades of Atlantis #99CE4B
Tints of Atlantis #99CE4B
RGB
CMYK
RGB Variations
Color information
#99CE4B (or 0x99CE4B) is known color: Atlantis. HEX triplet: 99, CE and 4B. RGB value is (153,206,75). Sum of RGB (Red+Green+Blue) = 153+206+75=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CE4B is #6631B4. Grayscale: #AFAFAF. Windows color (decimal): -6697397 or 4968089. OLE color: 4968089.
HSL color Cylindrical-coordinate representation of color #99CE4B: hue angle of 84.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99CE4B is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 75 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.19 |
| HSL | 84.27º | 0.57% | 0.55% | - |
| HSV(B) | 84.27º | 0.64% | 0.81% | - |
| XYZ | 36.48 | 51.42 | 14.66 | - |
| YUV | 175.22 | 71.44 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 75 | 0.26 | 0 | 0.64 | 0.19 | 84.27 | 0.57 | 0.55 |
| Hex | 99 | CE | 4B | 1A | 0 | 40 | 13 | 54 | 39 | 37 |
| Octal | 231 | 316 | 113 | 32 | 0 | 100 | 23 | 124 | 71 | 67 |
| Binary | 10011001 | 11001110 | 1001011 | 11010 | 0 | 1000000 | 10011 | 1010100 | 111001 | 110111 |
Color Harmonies of #99CE4B
Complementary color
Monochromatic Colors of #99CE4B
Black with #99CE4B
Text Example
Text Example
White with #99CE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE4B; }
p { color: rgb(153,206,75); }
H1.HeaderClassName
{
color: #99CE4B;
}
.AnyTagClassName
{
color: #99CE4B;
}
</style>
background-color css
<style>
a { background-color: #99CE4B; }
a { background-color: rgb(153,206,75); }
div.DivClassName
{
background-color: #99CE4B;
}
.BgClassName
{
background-color: #99CE4B;
}
</style>
border-color css
<style>
span { border-color: #99CE4B; }
span { border-color: rgb(153,206,75); }
td.TdClassName
{
border-color: #99CE4B;
}
.TagClassName
{
border-color: #99CE4B;
}
</style>