Shades of Atlantis #91D040
Tints of Atlantis #91D040
RGB
CMYK
RGB Variations
Color information
#91D040 (or 0x91D040) is known color: Atlantis. HEX triplet: 91, D0 and 40. RGB value is (145,208,64). Sum of RGB (Red+Green+Blue) = 145+208+64=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #91D040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91D040 is #6E2FBF. Grayscale: #ADADAD. Windows color (decimal): -7221184 or 4247697. OLE color: 4247697.
HSL color Cylindrical-coordinate representation of color #91D040: hue angle of 86.25º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #91D040 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 208 | 64 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.18 |
| HSL | 86.25º | 0.61% | 0.53% | - |
| HSV(B) | 86.25º | 0.69% | 0.82% | - |
| XYZ | 35.16 | 51.5 | 12.94 | - |
| YUV | 172.75 | 66.63 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 208 | 64 | 0.30 | 0 | 0.69 | 0.18 | 86.25 | 0.61 | 0.53 |
| Hex | 91 | D0 | 40 | 1E | 0 | 45 | 12 | 56 | 3D | 35 |
| Octal | 221 | 320 | 100 | 36 | 0 | 105 | 22 | 126 | 75 | 65 |
| Binary | 10010001 | 11010000 | 1000000 | 11110 | 0 | 1000101 | 10010 | 1010110 | 111101 | 110101 |
Color Harmonies of #91D040
Complementary color
Monochromatic Colors of #91D040
Black with #91D040
Text Example
Text Example
White with #91D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D040; }
p { color: rgb(145,208,64); }
H1.HeaderClassName
{
color: #91D040;
}
.AnyTagClassName
{
color: #91D040;
}
</style>
background-color css
<style>
a { background-color: #91D040; }
a { background-color: rgb(145,208,64); }
div.DivClassName
{
background-color: #91D040;
}
.BgClassName
{
background-color: #91D040;
}
</style>
border-color css
<style>
span { border-color: #91D040; }
span { border-color: rgb(145,208,64); }
td.TdClassName
{
border-color: #91D040;
}
.TagClassName
{
border-color: #91D040;
}
</style>