Shades of Atlantis #91EC35
Tints of Atlantis #91EC35
RGB
CMYK
RGB Variations
Color information
#91EC35 (or 0x91EC35) is known color: Atlantis. HEX triplet: 91, EC and 35. RGB value is (145,236,53). Sum of RGB (Red+Green+Blue) = 145+236+53=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 236 (92.58% from 255 or 54.38% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 236 - color contains mainly: green. Hex color #91EC35 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #91EC35 is #6E13CA. Grayscale: #BCBCBC. Windows color (decimal): -7214027 or 3533969. OLE color: 3533969.
HSL color Cylindrical-coordinate representation of color #91EC35: hue angle of 89.84º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #91EC35 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 236 | 53 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.07 |
| HSL | 89.84º | 0.83% | 0.57% | - |
| HSV(B) | 89.84º | 0.78% | 0.93% | - |
| XYZ | 42.32 | 66.27 | 13.93 | - |
| YUV | 187.93 | 51.85 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 236 | 53 | 0.39 | 0 | 0.78 | 0.07 | 89.84 | 0.83 | 0.57 |
| Hex | 91 | EC | 35 | 27 | 0 | 4E | 7 | 5A | 53 | 39 |
| Octal | 221 | 354 | 65 | 47 | 0 | 116 | 7 | 132 | 123 | 71 |
| Binary | 10010001 | 11101100 | 110101 | 100111 | 0 | 1001110 | 111 | 1011010 | 1010011 | 111001 |
Color Harmonies of #91EC35
Complementary color
Monochromatic Colors of #91EC35
Black with #91EC35
Text Example
Text Example
White with #91EC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EC35; }
p { color: rgb(145,236,53); }
H1.HeaderClassName
{
color: #91EC35;
}
.AnyTagClassName
{
color: #91EC35;
}
</style>
background-color css
<style>
a { background-color: #91EC35; }
a { background-color: rgb(145,236,53); }
div.DivClassName
{
background-color: #91EC35;
}
.BgClassName
{
background-color: #91EC35;
}
</style>
border-color css
<style>
span { border-color: #91EC35; }
span { border-color: rgb(145,236,53); }
td.TdClassName
{
border-color: #91EC35;
}
.TagClassName
{
border-color: #91EC35;
}
</style>