Shades of Atlantis #91E950
Tints of Atlantis #91E950
RGB
CMYK
RGB Variations
Color information
#91E950 (or 0x91E950) is known color: Atlantis. HEX triplet: 91, E9 and 50. RGB value is (145,233,80). Sum of RGB (Red+Green+Blue) = 145+233+80=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 233 (91.41% from 255 or 50.87% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 233 - color contains mainly: green. Hex color #91E950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #91E950 is #6E16AF. Grayscale: #BDBDBD. Windows color (decimal): -7214768 or 5302673. OLE color: 5302673.
HSL color Cylindrical-coordinate representation of color #91E950: hue angle of 94.51º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #91E950 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 233 | 80 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.09 |
| HSL | 94.51º | 0.78% | 0.61% | - |
| HSV(B) | 94.51º | 0.66% | 0.91% | - |
| XYZ | 42.26 | 64.88 | 17.88 | - |
| YUV | 189.25 | 66.35 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 233 | 80 | 0.38 | 0 | 0.66 | 0.09 | 94.51 | 0.78 | 0.61 |
| Hex | 91 | E9 | 50 | 26 | 0 | 42 | 9 | 5F | 4E | 3D |
| Octal | 221 | 351 | 120 | 46 | 0 | 102 | 11 | 137 | 116 | 75 |
| Binary | 10010001 | 11101001 | 1010000 | 100110 | 0 | 1000010 | 1001 | 1011111 | 1001110 | 111101 |
Color Harmonies of #91E950
Complementary color
Monochromatic Colors of #91E950
Black with #91E950
Text Example
Text Example
White with #91E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E950; }
p { color: rgb(145,233,80); }
H1.HeaderClassName
{
color: #91E950;
}
.AnyTagClassName
{
color: #91E950;
}
</style>
background-color css
<style>
a { background-color: #91E950; }
a { background-color: rgb(145,233,80); }
div.DivClassName
{
background-color: #91E950;
}
.BgClassName
{
background-color: #91E950;
}
</style>
border-color css
<style>
span { border-color: #91E950; }
span { border-color: rgb(145,233,80); }
td.TdClassName
{
border-color: #91E950;
}
.TagClassName
{
border-color: #91E950;
}
</style>