Shades of Atlantis #91DA41
Tints of Atlantis #91DA41
RGB
CMYK
RGB Variations
Color information
#91DA41 (or 0x91DA41) is known color: Atlantis. HEX triplet: 91, DA and 41. RGB value is (145,218,65). Sum of RGB (Red+Green+Blue) = 145+218+65=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 65 (25.78% from 255 or 15.19% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #91DA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91DA41 is #6E25BE. Grayscale: #B3B3B3. Windows color (decimal): -7218623 or 4315793. OLE color: 4315793.
HSL color Cylindrical-coordinate representation of color #91DA41: hue angle of 88.63º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #91DA41 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 218 | 65 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.15 |
| HSL | 88.63º | 0.67% | 0.55% | - |
| HSV(B) | 88.63º | 0.7% | 0.85% | - |
| XYZ | 37.7 | 56.54 | 13.93 | - |
| YUV | 178.73 | 63.82 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 218 | 65 | 0.33 | 0 | 0.70 | 0.15 | 88.63 | 0.67 | 0.55 |
| Hex | 91 | DA | 41 | 21 | 0 | 46 | F | 59 | 43 | 37 |
| Octal | 221 | 332 | 101 | 41 | 0 | 106 | 17 | 131 | 103 | 67 |
| Binary | 10010001 | 11011010 | 1000001 | 100001 | 0 | 1000110 | 1111 | 1011001 | 1000011 | 110111 |
Color Harmonies of #91DA41
Complementary color
Monochromatic Colors of #91DA41
Black with #91DA41
Text Example
Text Example
White with #91DA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DA41; }
p { color: rgb(145,218,65); }
H1.HeaderClassName
{
color: #91DA41;
}
.AnyTagClassName
{
color: #91DA41;
}
</style>
background-color css
<style>
a { background-color: #91DA41; }
a { background-color: rgb(145,218,65); }
div.DivClassName
{
background-color: #91DA41;
}
.BgClassName
{
background-color: #91DA41;
}
</style>
border-color css
<style>
span { border-color: #91DA41; }
span { border-color: rgb(145,218,65); }
td.TdClassName
{
border-color: #91DA41;
}
.TagClassName
{
border-color: #91DA41;
}
</style>