Shades of Atlantis #91CB4B
Tints of Atlantis #91CB4B
RGB
CMYK
RGB Variations
Color information
#91CB4B (or 0x91CB4B) is known color: Atlantis. HEX triplet: 91, CB and 4B. RGB value is (145,203,75). Sum of RGB (Red+Green+Blue) = 145+203+75=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #91CB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91CB4B is #6E34B4. Grayscale: #ABABAB. Windows color (decimal): -7222453 or 4967313. OLE color: 4967313.
HSL color Cylindrical-coordinate representation of color #91CB4B: hue angle of 87.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #91CB4B is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 203 | 75 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.20 |
| HSL | 87.19º | 0.55% | 0.55% | - |
| HSV(B) | 87.19º | 0.63% | 0.8% | - |
| XYZ | 34.3 | 49.24 | 14.35 | - |
| YUV | 171.07 | 73.78 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 75 | 0.29 | 0 | 0.63 | 0.20 | 87.19 | 0.55 | 0.55 |
| Hex | 91 | CB | 4B | 1D | 0 | 3F | 14 | 57 | 37 | 37 |
| Octal | 221 | 313 | 113 | 35 | 0 | 77 | 24 | 127 | 67 | 67 |
| Binary | 10010001 | 11001011 | 1001011 | 11101 | 0 | 111111 | 10100 | 1010111 | 110111 | 110111 |
Color Harmonies of #91CB4B
Complementary color
Monochromatic Colors of #91CB4B
Black with #91CB4B
Text Example
Text Example
White with #91CB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CB4B; }
p { color: rgb(145,203,75); }
H1.HeaderClassName
{
color: #91CB4B;
}
.AnyTagClassName
{
color: #91CB4B;
}
</style>
background-color css
<style>
a { background-color: #91CB4B; }
a { background-color: rgb(145,203,75); }
div.DivClassName
{
background-color: #91CB4B;
}
.BgClassName
{
background-color: #91CB4B;
}
</style>
border-color css
<style>
span { border-color: #91CB4B; }
span { border-color: rgb(145,203,75); }
td.TdClassName
{
border-color: #91CB4B;
}
.TagClassName
{
border-color: #91CB4B;
}
</style>