Shades of Atlantis #91D550
Tints of Atlantis #91D550
RGB
CMYK
RGB Variations
Color information
#91D550 (or 0x91D550) is known color: Atlantis. HEX triplet: 91, D5 and 50. RGB value is (145,213,80). Sum of RGB (Red+Green+Blue) = 145+213+80=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 213 - color contains mainly: green. Hex color #91D550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D550 is #6E2AAF. Grayscale: #B1B1B1. Windows color (decimal): -7219888 or 5297553. OLE color: 5297553.
HSL color Cylindrical-coordinate representation of color #91D550: hue angle of 90.68º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #91D550 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 213 | 80 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.16 |
| HSL | 90.68º | 0.61% | 0.57% | - |
| HSV(B) | 90.68º | 0.62% | 0.84% | - |
| XYZ | 36.92 | 54.19 | 16.1 | - |
| YUV | 177.51 | 72.97 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 213 | 80 | 0.32 | 0 | 0.62 | 0.16 | 90.68 | 0.61 | 0.57 |
| Hex | 91 | D5 | 50 | 20 | 0 | 3E | 10 | 5B | 3D | 39 |
| Octal | 221 | 325 | 120 | 40 | 0 | 76 | 20 | 133 | 75 | 71 |
| Binary | 10010001 | 11010101 | 1010000 | 100000 | 0 | 111110 | 10000 | 1011011 | 111101 | 111001 |
Color Harmonies of #91D550
Complementary color
Monochromatic Colors of #91D550
Black with #91D550
Text Example
Text Example
White with #91D550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D550; }
p { color: rgb(145,213,80); }
H1.HeaderClassName
{
color: #91D550;
}
.AnyTagClassName
{
color: #91D550;
}
</style>
background-color css
<style>
a { background-color: #91D550; }
a { background-color: rgb(145,213,80); }
div.DivClassName
{
background-color: #91D550;
}
.BgClassName
{
background-color: #91D550;
}
</style>
border-color css
<style>
span { border-color: #91D550; }
span { border-color: rgb(145,213,80); }
td.TdClassName
{
border-color: #91D550;
}
.TagClassName
{
border-color: #91D550;
}
</style>