Shades of Atlantis #9CDB41
Tints of Atlantis #9CDB41
RGB
CMYK
RGB Variations
Color information
#9CDB41 (or 0x9CDB41) is known color: Atlantis. HEX triplet: 9C, DB and 41. RGB value is (156,219,65). Sum of RGB (Red+Green+Blue) = 156+219+65=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDB41 is #6324BE. Grayscale: #B7B7B7. Windows color (decimal): -6497471 or 4316060. OLE color: 4316060.
HSL color Cylindrical-coordinate representation of color #9CDB41: hue angle of 84.55º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9CDB41 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 65 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.14 |
| HSL | 84.55º | 0.68% | 0.56% | - |
| HSV(B) | 84.55º | 0.7% | 0.86% | - |
| XYZ | 40 | 58.11 | 14.11 | - |
| YUV | 182.61 | 61.63 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 65 | 0.29 | 0 | 0.70 | 0.14 | 84.55 | 0.68 | 0.56 |
| Hex | 9C | DB | 41 | 1D | 0 | 46 | E | 55 | 44 | 38 |
| Octal | 234 | 333 | 101 | 35 | 0 | 106 | 16 | 125 | 104 | 70 |
| Binary | 10011100 | 11011011 | 1000001 | 11101 | 0 | 1000110 | 1110 | 1010101 | 1000100 | 111000 |
Color Harmonies of #9CDB41
Complementary color
Monochromatic Colors of #9CDB41
Black with #9CDB41
Text Example
Text Example
White with #9CDB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB41; }
p { color: rgb(156,219,65); }
H1.HeaderClassName
{
color: #9CDB41;
}
.AnyTagClassName
{
color: #9CDB41;
}
</style>
background-color css
<style>
a { background-color: #9CDB41; }
a { background-color: rgb(156,219,65); }
div.DivClassName
{
background-color: #9CDB41;
}
.BgClassName
{
background-color: #9CDB41;
}
</style>
border-color css
<style>
span { border-color: #9CDB41; }
span { border-color: rgb(156,219,65); }
td.TdClassName
{
border-color: #9CDB41;
}
.TagClassName
{
border-color: #9CDB41;
}
</style>