Shades of Atlantis #91D741
Tints of Atlantis #91D741
RGB
CMYK
RGB Variations
Color information
#91D741 (or 0x91D741) is known color: Atlantis. HEX triplet: 91, D7 and 41. RGB value is (145,215,65). Sum of RGB (Red+Green+Blue) = 145+215+65=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #91D741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91D741 is #6E28BE. Grayscale: #B1B1B1. Windows color (decimal): -7219391 or 4315025. OLE color: 4315025.
HSL color Cylindrical-coordinate representation of color #91D741: hue angle of 88º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #91D741 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 215 | 65 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.16 |
| HSL | 88º | 0.65% | 0.55% | - |
| HSV(B) | 88º | 0.7% | 0.84% | - |
| XYZ | 36.93 | 55 | 13.67 | - |
| YUV | 176.97 | 64.81 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 215 | 65 | 0.33 | 0 | 0.70 | 0.16 | 88 | 0.65 | 0.55 |
| Hex | 91 | D7 | 41 | 21 | 0 | 46 | 10 | 58 | 41 | 37 |
| Octal | 221 | 327 | 101 | 41 | 0 | 106 | 20 | 130 | 101 | 67 |
| Binary | 10010001 | 11010111 | 1000001 | 100001 | 0 | 1000110 | 10000 | 1011000 | 1000001 | 110111 |
Color Harmonies of #91D741
Complementary color
Monochromatic Colors of #91D741
Black with #91D741
Text Example
Text Example
White with #91D741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D741; }
p { color: rgb(145,215,65); }
H1.HeaderClassName
{
color: #91D741;
}
.AnyTagClassName
{
color: #91D741;
}
</style>
background-color css
<style>
a { background-color: #91D741; }
a { background-color: rgb(145,215,65); }
div.DivClassName
{
background-color: #91D741;
}
.BgClassName
{
background-color: #91D741;
}
</style>
border-color css
<style>
span { border-color: #91D741; }
span { border-color: rgb(145,215,65); }
td.TdClassName
{
border-color: #91D741;
}
.TagClassName
{
border-color: #91D741;
}
</style>