Shades of Atlantis #91DA40
Tints of Atlantis #91DA40
RGB
CMYK
RGB Variations
Color information
#91DA40 (or 0x91DA40) is known color: Atlantis. HEX triplet: 91, DA and 40. RGB value is (145,218,64). Sum of RGB (Red+Green+Blue) = 145+218+64=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #91DA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91DA40 is #6E25BF. Grayscale: #B3B3B3. Windows color (decimal): -7218624 or 4250257. OLE color: 4250257.
HSL color Cylindrical-coordinate representation of color #91DA40: hue angle of 88.44º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #91DA40 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 218 | 64 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.15 |
| HSL | 88.44º | 0.68% | 0.55% | - |
| HSV(B) | 88.44º | 0.71% | 0.85% | - |
| XYZ | 37.67 | 56.53 | 13.78 | - |
| YUV | 178.62 | 63.32 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 218 | 64 | 0.33 | 0 | 0.71 | 0.15 | 88.44 | 0.68 | 0.55 |
| Hex | 91 | DA | 40 | 21 | 0 | 47 | F | 58 | 44 | 37 |
| Octal | 221 | 332 | 100 | 41 | 0 | 107 | 17 | 130 | 104 | 67 |
| Binary | 10010001 | 11011010 | 1000000 | 100001 | 0 | 1000111 | 1111 | 1011000 | 1000100 | 110111 |
Color Harmonies of #91DA40
Complementary color
Monochromatic Colors of #91DA40
Black with #91DA40
Text Example
Text Example
White with #91DA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DA40; }
p { color: rgb(145,218,64); }
H1.HeaderClassName
{
color: #91DA40;
}
.AnyTagClassName
{
color: #91DA40;
}
</style>
background-color css
<style>
a { background-color: #91DA40; }
a { background-color: rgb(145,218,64); }
div.DivClassName
{
background-color: #91DA40;
}
.BgClassName
{
background-color: #91DA40;
}
</style>
border-color css
<style>
span { border-color: #91DA40; }
span { border-color: rgb(145,218,64); }
td.TdClassName
{
border-color: #91DA40;
}
.TagClassName
{
border-color: #91DA40;
}
</style>