Shades of Atlantis #91D03E
Tints of Atlantis #91D03E
RGB
CMYK
RGB Variations
Color information
#91D03E (or 0x91D03E) is known color: Atlantis. HEX triplet: 91, D0 and 3E. RGB value is (145,208,62). Sum of RGB (Red+Green+Blue) = 145+208+62=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 62 (24.61% from 255 or 14.94% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #91D03E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91D03E is #6E2FC1. Grayscale: #ADADAD. Windows color (decimal): -7221186 or 4116625. OLE color: 4116625.
HSL color Cylindrical-coordinate representation of color #91D03E: hue angle of 85.89º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #91D03E is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 208 | 62 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.18 |
| HSL | 85.89º | 0.61% | 0.53% | - |
| HSV(B) | 85.89º | 0.7% | 0.82% | - |
| XYZ | 35.1 | 51.48 | 12.64 | - |
| YUV | 172.52 | 65.63 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 208 | 62 | 0.30 | 0 | 0.70 | 0.18 | 85.89 | 0.61 | 0.53 |
| Hex | 91 | D0 | 3E | 1E | 0 | 46 | 12 | 56 | 3D | 35 |
| Octal | 221 | 320 | 76 | 36 | 0 | 106 | 22 | 126 | 75 | 65 |
| Binary | 10010001 | 11010000 | 111110 | 11110 | 0 | 1000110 | 10010 | 1010110 | 111101 | 110101 |
Color Harmonies of #91D03E
Complementary color
Monochromatic Colors of #91D03E
Black with #91D03E
Text Example
Text Example
White with #91D03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D03E; }
p { color: rgb(145,208,62); }
H1.HeaderClassName
{
color: #91D03E;
}
.AnyTagClassName
{
color: #91D03E;
}
</style>
background-color css
<style>
a { background-color: #91D03E; }
a { background-color: rgb(145,208,62); }
div.DivClassName
{
background-color: #91D03E;
}
.BgClassName
{
background-color: #91D03E;
}
</style>
border-color css
<style>
span { border-color: #91D03E; }
span { border-color: rgb(145,208,62); }
td.TdClassName
{
border-color: #91D03E;
}
.TagClassName
{
border-color: #91D03E;
}
</style>