Shades of Atlantis #91D34F
Tints of Atlantis #91D34F
RGB
CMYK
RGB Variations
Color information
#91D34F (or 0x91D34F) is known color: Atlantis. HEX triplet: 91, D3 and 4F. RGB value is (145,211,79). Sum of RGB (Red+Green+Blue) = 145+211+79=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #91D34F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D34F is #6E2CB0. Grayscale: #B0B0B0. Windows color (decimal): -7220401 or 5231505. OLE color: 5231505.
HSL color Cylindrical-coordinate representation of color #91D34F: hue angle of 90º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #91D34F is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 211 | 79 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.17 |
| HSL | 90º | 0.6% | 0.57% | - |
| HSV(B) | 90º | 0.63% | 0.83% | - |
| XYZ | 36.38 | 53.17 | 15.74 | - |
| YUV | 176.22 | 73.13 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 211 | 79 | 0.31 | 0 | 0.63 | 0.17 | 90 | 0.6 | 0.57 |
| Hex | 91 | D3 | 4F | 1F | 0 | 3F | 11 | 5A | 3C | 39 |
| Octal | 221 | 323 | 117 | 37 | 0 | 77 | 21 | 132 | 74 | 71 |
| Binary | 10010001 | 11010011 | 1001111 | 11111 | 0 | 111111 | 10001 | 1011010 | 111100 | 111001 |
Color Harmonies of #91D34F
Complementary color
Monochromatic Colors of #91D34F
Black with #91D34F
Text Example
Text Example
White with #91D34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D34F; }
p { color: rgb(145,211,79); }
H1.HeaderClassName
{
color: #91D34F;
}
.AnyTagClassName
{
color: #91D34F;
}
</style>
background-color css
<style>
a { background-color: #91D34F; }
a { background-color: rgb(145,211,79); }
div.DivClassName
{
background-color: #91D34F;
}
.BgClassName
{
background-color: #91D34F;
}
</style>
border-color css
<style>
span { border-color: #91D34F; }
span { border-color: rgb(145,211,79); }
td.TdClassName
{
border-color: #91D34F;
}
.TagClassName
{
border-color: #91D34F;
}
</style>