Shades of Atlantis #91DD35
Tints of Atlantis #91DD35
RGB
CMYK
RGB Variations
Color information
#91DD35 (or 0x91DD35) is known color: Atlantis. HEX triplet: 91, DD and 35. RGB value is (145,221,53). Sum of RGB (Red+Green+Blue) = 145+221+53=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #91DD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91DD35 is #6E22CA. Grayscale: #B3B3B3. Windows color (decimal): -7217867 or 3530129. OLE color: 3530129.
HSL color Cylindrical-coordinate representation of color #91DD35: hue angle of 87.14º degrees, saturation: 0.71, 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 #91DD35 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 221 | 53 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.13 |
| HSL | 87.14º | 0.71% | 0.54% | - |
| HSV(B) | 87.14º | 0.76% | 0.87% | - |
| XYZ | 38.18 | 57.99 | 12.55 | - |
| YUV | 179.12 | 56.82 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 221 | 53 | 0.34 | 0 | 0.76 | 0.13 | 87.14 | 0.71 | 0.54 |
| Hex | 91 | DD | 35 | 22 | 0 | 4C | D | 57 | 47 | 36 |
| Octal | 221 | 335 | 65 | 42 | 0 | 114 | 15 | 127 | 107 | 66 |
| Binary | 10010001 | 11011101 | 110101 | 100010 | 0 | 1001100 | 1101 | 1010111 | 1000111 | 110110 |
Color Harmonies of #91DD35
Complementary color
Monochromatic Colors of #91DD35
Black with #91DD35
Text Example
Text Example
White with #91DD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DD35; }
p { color: rgb(145,221,53); }
H1.HeaderClassName
{
color: #91DD35;
}
.AnyTagClassName
{
color: #91DD35;
}
</style>
background-color css
<style>
a { background-color: #91DD35; }
a { background-color: rgb(145,221,53); }
div.DivClassName
{
background-color: #91DD35;
}
.BgClassName
{
background-color: #91DD35;
}
</style>
border-color css
<style>
span { border-color: #91DD35; }
span { border-color: rgb(145,221,53); }
td.TdClassName
{
border-color: #91DD35;
}
.TagClassName
{
border-color: #91DD35;
}
</style>