Shades of Atlantis #91EC40
Tints of Atlantis #91EC40
RGB
CMYK
RGB Variations
Color information
#91EC40 (or 0x91EC40) is known color: Atlantis. HEX triplet: 91, EC and 40. RGB value is (145,236,64). Sum of RGB (Red+Green+Blue) = 145+236+64=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 236 (92.58% from 255 or 53.03% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 236 - color contains mainly: green. Hex color #91EC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #91EC40 is #6E13BF. Grayscale: #BDBDBD. Windows color (decimal): -7214016 or 4254865. OLE color: 4254865.
HSL color Cylindrical-coordinate representation of color #91EC40: hue angle of 91.74º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #91EC40 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 236 | 64 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.07 |
| HSL | 91.74º | 0.82% | 0.59% | - |
| HSV(B) | 91.74º | 0.73% | 0.93% | - |
| XYZ | 42.6 | 66.38 | 15.42 | - |
| YUV | 189.18 | 57.35 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 236 | 64 | 0.39 | 0 | 0.73 | 0.07 | 91.74 | 0.82 | 0.59 |
| Hex | 91 | EC | 40 | 27 | 0 | 49 | 7 | 5C | 52 | 3B |
| Octal | 221 | 354 | 100 | 47 | 0 | 111 | 7 | 134 | 122 | 73 |
| Binary | 10010001 | 11101100 | 1000000 | 100111 | 0 | 1001001 | 111 | 1011100 | 1010010 | 111011 |
Color Harmonies of #91EC40
Complementary color
Monochromatic Colors of #91EC40
Black with #91EC40
Text Example
Text Example
White with #91EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EC40; }
p { color: rgb(145,236,64); }
H1.HeaderClassName
{
color: #91EC40;
}
.AnyTagClassName
{
color: #91EC40;
}
</style>
background-color css
<style>
a { background-color: #91EC40; }
a { background-color: rgb(145,236,64); }
div.DivClassName
{
background-color: #91EC40;
}
.BgClassName
{
background-color: #91EC40;
}
</style>
border-color css
<style>
span { border-color: #91EC40; }
span { border-color: rgb(145,236,64); }
td.TdClassName
{
border-color: #91EC40;
}
.TagClassName
{
border-color: #91EC40;
}
</style>