Shades of Atlantis #91D349
Tints of Atlantis #91D349
RGB
CMYK
RGB Variations
Color information
#91D349 (or 0x91D349) is known color: Atlantis. HEX triplet: 91, D3 and 49. RGB value is (145,211,73). Sum of RGB (Red+Green+Blue) = 145+211+73=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #91D349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91D349 is #6E2CB6. Grayscale: #B0B0B0. Windows color (decimal): -7220407 or 4838289. OLE color: 4838289.
HSL color Cylindrical-coordinate representation of color #91D349: hue angle of 88.7º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #91D349 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 211 | 73 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.17 |
| HSL | 88.7º | 0.61% | 0.56% | - |
| HSV(B) | 88.7º | 0.65% | 0.83% | - |
| XYZ | 36.17 | 53.09 | 14.64 | - |
| YUV | 175.53 | 70.13 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 211 | 73 | 0.31 | 0 | 0.65 | 0.17 | 88.7 | 0.61 | 0.56 |
| Hex | 91 | D3 | 49 | 1F | 0 | 41 | 11 | 59 | 3D | 38 |
| Octal | 221 | 323 | 111 | 37 | 0 | 101 | 21 | 131 | 75 | 70 |
| Binary | 10010001 | 11010011 | 1001001 | 11111 | 0 | 1000001 | 10001 | 1011001 | 111101 | 111000 |
Color Harmonies of #91D349
Complementary color
Monochromatic Colors of #91D349
Black with #91D349
Text Example
Text Example
White with #91D349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D349; }
p { color: rgb(145,211,73); }
H1.HeaderClassName
{
color: #91D349;
}
.AnyTagClassName
{
color: #91D349;
}
</style>
background-color css
<style>
a { background-color: #91D349; }
a { background-color: rgb(145,211,73); }
div.DivClassName
{
background-color: #91D349;
}
.BgClassName
{
background-color: #91D349;
}
</style>
border-color css
<style>
span { border-color: #91D349; }
span { border-color: rgb(145,211,73); }
td.TdClassName
{
border-color: #91D349;
}
.TagClassName
{
border-color: #91D349;
}
</style>