Shades of Atlantis #91DD34
Tints of Atlantis #91DD34
RGB
CMYK
RGB Variations
Color information
#91DD34 (or 0x91DD34) is known color: Atlantis. HEX triplet: 91, DD and 34. RGB value is (145,221,52). Sum of RGB (Red+Green+Blue) = 145+221+52=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #91DD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91DD34 is #6E22CB. Grayscale: #B3B3B3. Windows color (decimal): -7217868 or 3464593. OLE color: 3464593.
HSL color Cylindrical-coordinate representation of color #91DD34: hue angle of 86.98º 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 #91DD34 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 221 | 52 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.13 |
| HSL | 86.98º | 0.71% | 0.54% | - |
| HSV(B) | 86.98º | 0.76% | 0.87% | - |
| XYZ | 38.15 | 57.98 | 12.43 | - |
| YUV | 179.01 | 56.32 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 221 | 52 | 0.34 | 0 | 0.76 | 0.13 | 86.98 | 0.71 | 0.54 |
| Hex | 91 | DD | 34 | 22 | 0 | 4C | D | 57 | 47 | 36 |
| Octal | 221 | 335 | 64 | 42 | 0 | 114 | 15 | 127 | 107 | 66 |
| Binary | 10010001 | 11011101 | 110100 | 100010 | 0 | 1001100 | 1101 | 1010111 | 1000111 | 110110 |
Color Harmonies of #91DD34
Complementary color
Monochromatic Colors of #91DD34
Black with #91DD34
Text Example
Text Example
White with #91DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DD34; }
p { color: rgb(145,221,52); }
H1.HeaderClassName
{
color: #91DD34;
}
.AnyTagClassName
{
color: #91DD34;
}
</style>
background-color css
<style>
a { background-color: #91DD34; }
a { background-color: rgb(145,221,52); }
div.DivClassName
{
background-color: #91DD34;
}
.BgClassName
{
background-color: #91DD34;
}
</style>
border-color css
<style>
span { border-color: #91DD34; }
span { border-color: rgb(145,221,52); }
td.TdClassName
{
border-color: #91DD34;
}
.TagClassName
{
border-color: #91DD34;
}
</style>