Shades of Atlantis #91EF40
Tints of Atlantis #91EF40
RGB
CMYK
RGB Variations
Color information
#91EF40 (or 0x91EF40) is known color: Atlantis. HEX triplet: 91, EF and 40. RGB value is (145,239,64). Sum of RGB (Red+Green+Blue) = 145+239+64=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 239 (93.75% from 255 or 53.35% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 239 - color contains mainly: green. Hex color #91EF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #91EF40 is #6E10BF. Grayscale: #BFBFBF. Windows color (decimal): -7213248 or 4255633. OLE color: 4255633.
HSL color Cylindrical-coordinate representation of color #91EF40: hue angle of 92.23º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #91EF40 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 239 | 64 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.06 |
| HSL | 92.23º | 0.85% | 0.59% | - |
| HSV(B) | 92.23º | 0.73% | 0.94% | - |
| XYZ | 43.47 | 68.12 | 15.71 | - |
| YUV | 190.94 | 56.36 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 239 | 64 | 0.39 | 0 | 0.73 | 0.06 | 92.23 | 0.85 | 0.59 |
| Hex | 91 | EF | 40 | 27 | 0 | 49 | 6 | 5C | 55 | 3B |
| Octal | 221 | 357 | 100 | 47 | 0 | 111 | 6 | 134 | 125 | 73 |
| Binary | 10010001 | 11101111 | 1000000 | 100111 | 0 | 1001001 | 110 | 1011100 | 1010101 | 111011 |
Color Harmonies of #91EF40
Complementary color
Monochromatic Colors of #91EF40
Black with #91EF40
Text Example
Text Example
White with #91EF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EF40; }
p { color: rgb(145,239,64); }
H1.HeaderClassName
{
color: #91EF40;
}
.AnyTagClassName
{
color: #91EF40;
}
</style>
background-color css
<style>
a { background-color: #91EF40; }
a { background-color: rgb(145,239,64); }
div.DivClassName
{
background-color: #91EF40;
}
.BgClassName
{
background-color: #91EF40;
}
</style>
border-color css
<style>
span { border-color: #91EF40; }
span { border-color: rgb(145,239,64); }
td.TdClassName
{
border-color: #91EF40;
}
.TagClassName
{
border-color: #91EF40;
}
</style>