Shades of Atlantis #91D450
Tints of Atlantis #91D450
RGB
CMYK
RGB Variations
Color information
#91D450 (or 0x91D450) is known color: Atlantis. HEX triplet: 91, D4 and 50. RGB value is (145,212,80). Sum of RGB (Red+Green+Blue) = 145+212+80=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 212 - color contains mainly: green. Hex color #91D450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D450 is #6E2BAF. Grayscale: #B1B1B1. Windows color (decimal): -7220144 or 5297297. OLE color: 5297297.
HSL color Cylindrical-coordinate representation of color #91D450: hue angle of 90.45º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #91D450 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 212 | 80 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.17 |
| HSL | 90.45º | 0.61% | 0.57% | - |
| HSV(B) | 90.45º | 0.62% | 0.83% | - |
| XYZ | 36.67 | 53.69 | 16.02 | - |
| YUV | 176.92 | 73.3 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 212 | 80 | 0.32 | 0 | 0.62 | 0.17 | 90.45 | 0.61 | 0.57 |
| Hex | 91 | D4 | 50 | 20 | 0 | 3E | 11 | 5A | 3D | 39 |
| Octal | 221 | 324 | 120 | 40 | 0 | 76 | 21 | 132 | 75 | 71 |
| Binary | 10010001 | 11010100 | 1010000 | 100000 | 0 | 111110 | 10001 | 1011010 | 111101 | 111001 |
Color Harmonies of #91D450
Complementary color
Monochromatic Colors of #91D450
Black with #91D450
Text Example
Text Example
White with #91D450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D450; }
p { color: rgb(145,212,80); }
H1.HeaderClassName
{
color: #91D450;
}
.AnyTagClassName
{
color: #91D450;
}
</style>
background-color css
<style>
a { background-color: #91D450; }
a { background-color: rgb(145,212,80); }
div.DivClassName
{
background-color: #91D450;
}
.BgClassName
{
background-color: #91D450;
}
</style>
border-color css
<style>
span { border-color: #91D450; }
span { border-color: rgb(145,212,80); }
td.TdClassName
{
border-color: #91D450;
}
.TagClassName
{
border-color: #91D450;
}
</style>