Shades of Atlantis #9DD741
Tints of Atlantis #9DD741
RGB
CMYK
RGB Variations
Color information
#9DD741 (or 0x9DD741) is known color: Atlantis. HEX triplet: 9D, D7 and 41. RGB value is (157,215,65). Sum of RGB (Red+Green+Blue) = 157+215+65=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD741 is #6228BE. Grayscale: #B5B5B5. Windows color (decimal): -6432959 or 4315037. OLE color: 4315037.
HSL color Cylindrical-coordinate representation of color #9DD741: hue angle of 83.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9DD741 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 215 | 65 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.16 |
| HSL | 83.2º | 0.65% | 0.55% | - |
| HSV(B) | 83.2º | 0.7% | 0.84% | - |
| XYZ | 39.16 | 56.15 | 13.78 | - |
| YUV | 180.56 | 62.78 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 65 | 0.27 | 0 | 0.70 | 0.16 | 83.2 | 0.65 | 0.55 |
| Hex | 9D | D7 | 41 | 1B | 0 | 46 | 10 | 53 | 41 | 37 |
| Octal | 235 | 327 | 101 | 33 | 0 | 106 | 20 | 123 | 101 | 67 |
| Binary | 10011101 | 11010111 | 1000001 | 11011 | 0 | 1000110 | 10000 | 1010011 | 1000001 | 110111 |
Color Harmonies of #9DD741
Complementary color
Monochromatic Colors of #9DD741
Black with #9DD741
Text Example
Text Example
White with #9DD741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD741; }
p { color: rgb(157,215,65); }
H1.HeaderClassName
{
color: #9DD741;
}
.AnyTagClassName
{
color: #9DD741;
}
</style>
background-color css
<style>
a { background-color: #9DD741; }
a { background-color: rgb(157,215,65); }
div.DivClassName
{
background-color: #9DD741;
}
.BgClassName
{
background-color: #9DD741;
}
</style>
border-color css
<style>
span { border-color: #9DD741; }
span { border-color: rgb(157,215,65); }
td.TdClassName
{
border-color: #9DD741;
}
.TagClassName
{
border-color: #9DD741;
}
</style>