Shades of Atlantis #91CB3C
Tints of Atlantis #91CB3C
RGB
CMYK
RGB Variations
Color information
#91CB3C (or 0x91CB3C) is known color: Atlantis. HEX triplet: 91, CB and 3C. RGB value is (145,203,60). Sum of RGB (Red+Green+Blue) = 145+203+60=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #91CB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91CB3C is #6E34C3. Grayscale: #A9A9A9. Windows color (decimal): -7222468 or 3984273. OLE color: 3984273.
HSL color Cylindrical-coordinate representation of color #91CB3C: hue angle of 84.34º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #91CB3C is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 203 | 60 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.20 |
| HSL | 84.34º | 0.58% | 0.52% | - |
| HSV(B) | 84.34º | 0.7% | 0.8% | - |
| XYZ | 33.85 | 49.06 | 11.96 | - |
| YUV | 169.36 | 66.28 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 60 | 0.29 | 0 | 0.70 | 0.20 | 84.34 | 0.58 | 0.52 |
| Hex | 91 | CB | 3C | 1D | 0 | 46 | 14 | 54 | 3A | 34 |
| Octal | 221 | 313 | 74 | 35 | 0 | 106 | 24 | 124 | 72 | 64 |
| Binary | 10010001 | 11001011 | 111100 | 11101 | 0 | 1000110 | 10100 | 1010100 | 111010 | 110100 |
Color Harmonies of #91CB3C
Complementary color
Monochromatic Colors of #91CB3C
Black with #91CB3C
Text Example
Text Example
White with #91CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CB3C; }
p { color: rgb(145,203,60); }
H1.HeaderClassName
{
color: #91CB3C;
}
.AnyTagClassName
{
color: #91CB3C;
}
</style>
background-color css
<style>
a { background-color: #91CB3C; }
a { background-color: rgb(145,203,60); }
div.DivClassName
{
background-color: #91CB3C;
}
.BgClassName
{
background-color: #91CB3C;
}
</style>
border-color css
<style>
span { border-color: #91CB3C; }
span { border-color: rgb(145,203,60); }
td.TdClassName
{
border-color: #91CB3C;
}
.TagClassName
{
border-color: #91CB3C;
}
</style>