Shades of Atlantis #9DD63B
Tints of Atlantis #9DD63B
RGB
CMYK
RGB Variations
Color information
#9DD63B (or 0x9DD63B) is known color: Atlantis. HEX triplet: 9D, D6 and 3B. RGB value is (157,214,59). Sum of RGB (Red+Green+Blue) = 157+214+59=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD63B is #6229C4. Grayscale: #B3B3B3. Windows color (decimal): -6433221 or 3921565. OLE color: 3921565.
HSL color Cylindrical-coordinate representation of color #9DD63B: hue angle of 82.06º degrees, saturation: 0.65, 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 #9DD63B is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 214 | 59 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.16 |
| HSL | 82.06º | 0.65% | 0.54% | - |
| HSV(B) | 82.06º | 0.72% | 0.84% | - |
| XYZ | 38.74 | 55.58 | 12.82 | - |
| YUV | 179.29 | 60.12 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 214 | 59 | 0.27 | 0 | 0.72 | 0.16 | 82.06 | 0.65 | 0.54 |
| Hex | 9D | D6 | 3B | 1B | 0 | 48 | 10 | 52 | 41 | 36 |
| Octal | 235 | 326 | 73 | 33 | 0 | 110 | 20 | 122 | 101 | 66 |
| Binary | 10011101 | 11010110 | 111011 | 11011 | 0 | 1001000 | 10000 | 1010010 | 1000001 | 110110 |
Color Harmonies of #9DD63B
Complementary color
Monochromatic Colors of #9DD63B
Black with #9DD63B
Text Example
Text Example
White with #9DD63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD63B; }
p { color: rgb(157,214,59); }
H1.HeaderClassName
{
color: #9DD63B;
}
.AnyTagClassName
{
color: #9DD63B;
}
</style>
background-color css
<style>
a { background-color: #9DD63B; }
a { background-color: rgb(157,214,59); }
div.DivClassName
{
background-color: #9DD63B;
}
.BgClassName
{
background-color: #9DD63B;
}
</style>
border-color css
<style>
span { border-color: #9DD63B; }
span { border-color: rgb(157,214,59); }
td.TdClassName
{
border-color: #9DD63B;
}
.TagClassName
{
border-color: #9DD63B;
}
</style>