Shades of Atlantis #91CB3F
Tints of Atlantis #91CB3F
RGB
CMYK
RGB Variations
Color information
#91CB3F (or 0x91CB3F) is known color: Atlantis. HEX triplet: 91, CB and 3F. RGB value is (145,203,63). Sum of RGB (Red+Green+Blue) = 145+203+63=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #91CB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91CB3F is #6E34C0. Grayscale: #AAAAAA. Windows color (decimal): -7222465 or 4180881. OLE color: 4180881.
HSL color Cylindrical-coordinate representation of color #91CB3F: hue angle of 84.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #91CB3F is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 203 | 63 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.20 |
| HSL | 84.86º | 0.57% | 0.52% | - |
| HSV(B) | 84.86º | 0.69% | 0.8% | - |
| XYZ | 33.93 | 49.09 | 12.39 | - |
| YUV | 169.7 | 67.78 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 63 | 0.29 | 0 | 0.69 | 0.20 | 84.86 | 0.57 | 0.52 |
| Hex | 91 | CB | 3F | 1D | 0 | 45 | 14 | 55 | 39 | 34 |
| Octal | 221 | 313 | 77 | 35 | 0 | 105 | 24 | 125 | 71 | 64 |
| Binary | 10010001 | 11001011 | 111111 | 11101 | 0 | 1000101 | 10100 | 1010101 | 111001 | 110100 |
Color Harmonies of #91CB3F
Complementary color
Monochromatic Colors of #91CB3F
Black with #91CB3F
Text Example
Text Example
White with #91CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CB3F; }
p { color: rgb(145,203,63); }
H1.HeaderClassName
{
color: #91CB3F;
}
.AnyTagClassName
{
color: #91CB3F;
}
</style>
background-color css
<style>
a { background-color: #91CB3F; }
a { background-color: rgb(145,203,63); }
div.DivClassName
{
background-color: #91CB3F;
}
.BgClassName
{
background-color: #91CB3F;
}
</style>
border-color css
<style>
span { border-color: #91CB3F; }
span { border-color: rgb(145,203,63); }
td.TdClassName
{
border-color: #91CB3F;
}
.TagClassName
{
border-color: #91CB3F;
}
</style>