Shades of Atlantis #9DDB4B
Tints of Atlantis #9DDB4B
RGB
CMYK
RGB Variations
Color information
#9DDB4B (or 0x9DDB4B) is known color: Atlantis. HEX triplet: 9D, DB and 4B. RGB value is (157,219,75). Sum of RGB (Red+Green+Blue) = 157+219+75=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDB4B is #6224B4. Grayscale: #B8B8B8. Windows color (decimal): -6431925 or 4971421. OLE color: 4971421.
HSL color Cylindrical-coordinate representation of color #9DDB4B: hue angle of 85.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DDB4B is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 75 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.14 |
| HSL | 85.83º | 0.67% | 0.58% | - |
| HSV(B) | 85.83º | 0.66% | 0.86% | - |
| XYZ | 40.51 | 58.34 | 15.78 | - |
| YUV | 184.05 | 66.46 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 75 | 0.28 | 0 | 0.66 | 0.14 | 85.83 | 0.67 | 0.58 |
| Hex | 9D | DB | 4B | 1C | 0 | 42 | E | 56 | 43 | 3A |
| Octal | 235 | 333 | 113 | 34 | 0 | 102 | 16 | 126 | 103 | 72 |
| Binary | 10011101 | 11011011 | 1001011 | 11100 | 0 | 1000010 | 1110 | 1010110 | 1000011 | 111010 |
Color Harmonies of #9DDB4B
Complementary color
Monochromatic Colors of #9DDB4B
Black with #9DDB4B
Text Example
Text Example
White with #9DDB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB4B; }
p { color: rgb(157,219,75); }
H1.HeaderClassName
{
color: #9DDB4B;
}
.AnyTagClassName
{
color: #9DDB4B;
}
</style>
background-color css
<style>
a { background-color: #9DDB4B; }
a { background-color: rgb(157,219,75); }
div.DivClassName
{
background-color: #9DDB4B;
}
.BgClassName
{
background-color: #9DDB4B;
}
</style>
border-color css
<style>
span { border-color: #9DDB4B; }
span { border-color: rgb(157,219,75); }
td.TdClassName
{
border-color: #9DDB4B;
}
.TagClassName
{
border-color: #9DDB4B;
}
</style>