Shades of Atlantis #91CC42
Tints of Atlantis #91CC42
RGB
CMYK
RGB Variations
Color information
#91CC42 (or 0x91CC42) is known color: Atlantis. HEX triplet: 91, CC and 42. RGB value is (145,204,66). Sum of RGB (Red+Green+Blue) = 145+204+66=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #91CC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91CC42 is #6E33BD. Grayscale: #ABABAB. Windows color (decimal): -7222206 or 4377745. OLE color: 4377745.
HSL color Cylindrical-coordinate representation of color #91CC42: hue angle of 85.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #91CC42 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 204 | 66 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.2 |
| HSL | 85.65º | 0.58% | 0.53% | - |
| HSV(B) | 85.65º | 0.68% | 0.8% | - |
| XYZ | 34.25 | 49.6 | 12.92 | - |
| YUV | 170.63 | 68.95 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 204 | 66 | 0.29 | 0 | 0.68 | 0.2 | 85.65 | 0.58 | 0.53 |
| Hex | 91 | CC | 42 | 1D | 0 | 44 | 14 | 56 | 3A | 35 |
| Octal | 221 | 314 | 102 | 35 | 0 | 104 | 24 | 126 | 72 | 65 |
| Binary | 10010001 | 11001100 | 1000010 | 11101 | 0 | 1000100 | 10100 | 1010110 | 111010 | 110101 |
Color Harmonies of #91CC42
Complementary color
Monochromatic Colors of #91CC42
Black with #91CC42
Text Example
Text Example
White with #91CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CC42; }
p { color: rgb(145,204,66); }
H1.HeaderClassName
{
color: #91CC42;
}
.AnyTagClassName
{
color: #91CC42;
}
</style>
background-color css
<style>
a { background-color: #91CC42; }
a { background-color: rgb(145,204,66); }
div.DivClassName
{
background-color: #91CC42;
}
.BgClassName
{
background-color: #91CC42;
}
</style>
border-color css
<style>
span { border-color: #91CC42; }
span { border-color: rgb(145,204,66); }
td.TdClassName
{
border-color: #91CC42;
}
.TagClassName
{
border-color: #91CC42;
}
</style>