Shades of Atlantis #9CDB37
Tints of Atlantis #9CDB37
RGB
CMYK
RGB Variations
Color information
#9CDB37 (or 0x9CDB37) is known color: Atlantis. HEX triplet: 9C, DB and 37. RGB value is (156,219,55). Sum of RGB (Red+Green+Blue) = 156+219+55=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 55 (21.88% from 255 or 12.79% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDB37 is #6324C8. Grayscale: #B6B6B6. Windows color (decimal): -6497481 or 3660700. OLE color: 3660700.
HSL color Cylindrical-coordinate representation of color #9CDB37: hue angle of 83.05º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9CDB37 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 55 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.14 |
| HSL | 83.05º | 0.69% | 0.54% | - |
| HSV(B) | 83.05º | 0.75% | 0.86% | - |
| XYZ | 39.73 | 58.01 | 12.72 | - |
| YUV | 181.47 | 56.63 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 55 | 0.29 | 0 | 0.75 | 0.14 | 83.05 | 0.69 | 0.54 |
| Hex | 9C | DB | 37 | 1D | 0 | 4B | E | 53 | 45 | 36 |
| Octal | 234 | 333 | 67 | 35 | 0 | 113 | 16 | 123 | 105 | 66 |
| Binary | 10011100 | 11011011 | 110111 | 11101 | 0 | 1001011 | 1110 | 1010011 | 1000101 | 110110 |
Color Harmonies of #9CDB37
Complementary color
Monochromatic Colors of #9CDB37
Black with #9CDB37
Text Example
Text Example
White with #9CDB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB37; }
p { color: rgb(156,219,55); }
H1.HeaderClassName
{
color: #9CDB37;
}
.AnyTagClassName
{
color: #9CDB37;
}
</style>
background-color css
<style>
a { background-color: #9CDB37; }
a { background-color: rgb(156,219,55); }
div.DivClassName
{
background-color: #9CDB37;
}
.BgClassName
{
background-color: #9CDB37;
}
</style>
border-color css
<style>
span { border-color: #9CDB37; }
span { border-color: rgb(156,219,55); }
td.TdClassName
{
border-color: #9CDB37;
}
.TagClassName
{
border-color: #9CDB37;
}
</style>