Shades of Atlantis #9DDB40
Tints of Atlantis #9DDB40
RGB
CMYK
RGB Variations
Color information
#9DDB40 (or 0x9DDB40) is known color: Atlantis. HEX triplet: 9D, DB and 40. RGB value is (157,219,64). Sum of RGB (Red+Green+Blue) = 157+219+64=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDB40 is #6224BF. Grayscale: #B7B7B7. Windows color (decimal): -6431936 or 4250525. OLE color: 4250525.
HSL color Cylindrical-coordinate representation of color #9DDB40: hue angle of 84º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9DDB40 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 64 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.14 |
| HSL | 84º | 0.68% | 0.55% | - |
| HSV(B) | 84º | 0.71% | 0.86% | - |
| XYZ | 40.16 | 58.2 | 13.97 | - |
| YUV | 182.79 | 60.96 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 64 | 0.28 | 0 | 0.71 | 0.14 | 84 | 0.68 | 0.55 |
| Hex | 9D | DB | 40 | 1C | 0 | 47 | E | 54 | 44 | 37 |
| Octal | 235 | 333 | 100 | 34 | 0 | 107 | 16 | 124 | 104 | 67 |
| Binary | 10011101 | 11011011 | 1000000 | 11100 | 0 | 1000111 | 1110 | 1010100 | 1000100 | 110111 |
Color Harmonies of #9DDB40
Complementary color
Monochromatic Colors of #9DDB40
Black with #9DDB40
Text Example
Text Example
White with #9DDB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB40; }
p { color: rgb(157,219,64); }
H1.HeaderClassName
{
color: #9DDB40;
}
.AnyTagClassName
{
color: #9DDB40;
}
</style>
background-color css
<style>
a { background-color: #9DDB40; }
a { background-color: rgb(157,219,64); }
div.DivClassName
{
background-color: #9DDB40;
}
.BgClassName
{
background-color: #9DDB40;
}
</style>
border-color css
<style>
span { border-color: #9DDB40; }
span { border-color: rgb(157,219,64); }
td.TdClassName
{
border-color: #9DDB40;
}
.TagClassName
{
border-color: #9DDB40;
}
</style>