Shades of Atlantis #9DDF3B
Tints of Atlantis #9DDF3B
RGB
CMYK
RGB Variations
Color information
#9DDF3B (or 0x9DDF3B) is known color: Atlantis. HEX triplet: 9D, DF and 3B. RGB value is (157,223,59). Sum of RGB (Red+Green+Blue) = 157+223+59=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 59 (23.44% from 255 or 13.44% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDF3B is #6220C4. Grayscale: #B9B9B9. Windows color (decimal): -6430917 or 3923869. OLE color: 3923869.
HSL color Cylindrical-coordinate representation of color #9DDF3B: hue angle of 84.15º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9DDF3B is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 59 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.13 |
| HSL | 84.15º | 0.72% | 0.55% | - |
| HSV(B) | 84.15º | 0.74% | 0.87% | - |
| XYZ | 41.08 | 60.26 | 13.6 | - |
| YUV | 184.57 | 57.13 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 59 | 0.30 | 0 | 0.74 | 0.13 | 84.15 | 0.72 | 0.55 |
| Hex | 9D | DF | 3B | 1E | 0 | 4A | D | 54 | 48 | 37 |
| Octal | 235 | 337 | 73 | 36 | 0 | 112 | 15 | 124 | 110 | 67 |
| Binary | 10011101 | 11011111 | 111011 | 11110 | 0 | 1001010 | 1101 | 1010100 | 1001000 | 110111 |
Color Harmonies of #9DDF3B
Complementary color
Monochromatic Colors of #9DDF3B
Black with #9DDF3B
Text Example
Text Example
White with #9DDF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF3B; }
p { color: rgb(157,223,59); }
H1.HeaderClassName
{
color: #9DDF3B;
}
.AnyTagClassName
{
color: #9DDF3B;
}
</style>
background-color css
<style>
a { background-color: #9DDF3B; }
a { background-color: rgb(157,223,59); }
div.DivClassName
{
background-color: #9DDF3B;
}
.BgClassName
{
background-color: #9DDF3B;
}
</style>
border-color css
<style>
span { border-color: #9DDF3B; }
span { border-color: rgb(157,223,59); }
td.TdClassName
{
border-color: #9DDF3B;
}
.TagClassName
{
border-color: #9DDF3B;
}
</style>