Shades of Atlantis #9BDE35
Tints of Atlantis #9BDE35
RGB
CMYK
RGB Variations
Color information
#9BDE35 (or 0x9BDE35) is known color: Atlantis. HEX triplet: 9B, DE and 35. RGB value is (155,222,53). Sum of RGB (Red+Green+Blue) = 155+222+53=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 222 (87.11% from 255 or 51.63% from 430); Blue value is 53 (21.09% from 255 or 12.33% from 430); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDE35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDE35 is #6421CA. Grayscale: #B7B7B7. Windows color (decimal): -6562251 or 3530395. OLE color: 3530395.
HSL color Cylindrical-coordinate representation of color #9BDE35: hue angle of 83.79º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9BDE35 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 222 | 53 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.13 |
| HSL | 83.79º | 0.72% | 0.54% | - |
| HSV(B) | 83.79º | 0.76% | 0.87% | - |
| XYZ | 40.28 | 59.47 | 12.72 | - |
| YUV | 182.7 | 54.8 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 53 | 0.30 | 0 | 0.76 | 0.13 | 83.79 | 0.72 | 0.54 |
| Hex | 9B | DE | 35 | 1E | 0 | 4C | D | 54 | 48 | 36 |
| Octal | 233 | 336 | 65 | 36 | 0 | 114 | 15 | 124 | 110 | 66 |
| Binary | 10011011 | 11011110 | 110101 | 11110 | 0 | 1001100 | 1101 | 1010100 | 1001000 | 110110 |
Color Harmonies of #9BDE35
Complementary color
Monochromatic Colors of #9BDE35
Black with #9BDE35
Text Example
Text Example
White with #9BDE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDE35; }
p { color: rgb(155,222,53); }
H1.HeaderClassName
{
color: #9BDE35;
}
.AnyTagClassName
{
color: #9BDE35;
}
</style>
background-color css
<style>
a { background-color: #9BDE35; }
a { background-color: rgb(155,222,53); }
div.DivClassName
{
background-color: #9BDE35;
}
.BgClassName
{
background-color: #9BDE35;
}
</style>
border-color css
<style>
span { border-color: #9BDE35; }
span { border-color: rgb(155,222,53); }
td.TdClassName
{
border-color: #9BDE35;
}
.TagClassName
{
border-color: #9BDE35;
}
</style>