Shades of Atlantis #9DDE41
Tints of Atlantis #9DDE41
RGB
CMYK
RGB Variations
Color information
#9DDE41 (or 0x9DDE41) is known color: Atlantis. HEX triplet: 9D, DE and 41. RGB value is (157,222,65). Sum of RGB (Red+Green+Blue) = 157+222+65=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDE41 is #6221BE. Grayscale: #B9B9B9. Windows color (decimal): -6431167 or 4316829. OLE color: 4316829.
HSL color Cylindrical-coordinate representation of color #9DDE41: hue angle of 84.84º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9DDE41 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 222 | 65 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.13 |
| HSL | 84.84º | 0.7% | 0.56% | - |
| HSV(B) | 84.84º | 0.71% | 0.87% | - |
| XYZ | 40.98 | 59.79 | 14.38 | - |
| YUV | 184.67 | 60.47 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 65 | 0.29 | 0 | 0.71 | 0.13 | 84.84 | 0.7 | 0.56 |
| Hex | 9D | DE | 41 | 1D | 0 | 47 | D | 55 | 46 | 38 |
| Octal | 235 | 336 | 101 | 35 | 0 | 107 | 15 | 125 | 106 | 70 |
| Binary | 10011101 | 11011110 | 1000001 | 11101 | 0 | 1000111 | 1101 | 1010101 | 1000110 | 111000 |
Color Harmonies of #9DDE41
Complementary color
Monochromatic Colors of #9DDE41
Black with #9DDE41
Text Example
Text Example
White with #9DDE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDE41; }
p { color: rgb(157,222,65); }
H1.HeaderClassName
{
color: #9DDE41;
}
.AnyTagClassName
{
color: #9DDE41;
}
</style>
background-color css
<style>
a { background-color: #9DDE41; }
a { background-color: rgb(157,222,65); }
div.DivClassName
{
background-color: #9DDE41;
}
.BgClassName
{
background-color: #9DDE41;
}
</style>
border-color css
<style>
span { border-color: #9DDE41; }
span { border-color: rgb(157,222,65); }
td.TdClassName
{
border-color: #9DDE41;
}
.TagClassName
{
border-color: #9DDE41;
}
</style>