Shades of Atlantis #9DD73D
Tints of Atlantis #9DD73D
RGB
CMYK
RGB Variations
Color information
#9DD73D (or 0x9DD73D) is known color: Atlantis. HEX triplet: 9D, D7 and 3D. RGB value is (157,215,61). Sum of RGB (Red+Green+Blue) = 157+215+61=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD73D is #6228C2. Grayscale: #B4B4B4. Windows color (decimal): -6432963 or 4052893. OLE color: 4052893.
HSL color Cylindrical-coordinate representation of color #9DD73D: hue angle of 82.6º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9DD73D is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 215 | 61 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.16 |
| HSL | 82.6º | 0.66% | 0.54% | - |
| HSV(B) | 82.6º | 0.72% | 0.84% | - |
| XYZ | 39.05 | 56.11 | 13.19 | - |
| YUV | 180.1 | 60.78 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 61 | 0.27 | 0 | 0.72 | 0.16 | 82.6 | 0.66 | 0.54 |
| Hex | 9D | D7 | 3D | 1B | 0 | 48 | 10 | 53 | 42 | 36 |
| Octal | 235 | 327 | 75 | 33 | 0 | 110 | 20 | 123 | 102 | 66 |
| Binary | 10011101 | 11010111 | 111101 | 11011 | 0 | 1001000 | 10000 | 1010011 | 1000010 | 110110 |
Color Harmonies of #9DD73D
Complementary color
Monochromatic Colors of #9DD73D
Black with #9DD73D
Text Example
Text Example
White with #9DD73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD73D; }
p { color: rgb(157,215,61); }
H1.HeaderClassName
{
color: #9DD73D;
}
.AnyTagClassName
{
color: #9DD73D;
}
</style>
background-color css
<style>
a { background-color: #9DD73D; }
a { background-color: rgb(157,215,61); }
div.DivClassName
{
background-color: #9DD73D;
}
.BgClassName
{
background-color: #9DD73D;
}
</style>
border-color css
<style>
span { border-color: #9DD73D; }
span { border-color: rgb(157,215,61); }
td.TdClassName
{
border-color: #9DD73D;
}
.TagClassName
{
border-color: #9DD73D;
}
</style>