Shades of Conifer #91F052
Tints of Conifer #91F052
RGB
CMYK
RGB Variations
Color information
#91F052 (or 0x91F052) is known color: Conifer. HEX triplet: 91, F0 and 52. RGB value is (145,240,82). Sum of RGB (Red+Green+Blue) = 145+240+82=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #91F052 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #91F052 is #6E0FAD. Grayscale: #C2C2C2. Windows color (decimal): -7212974 or 5435537. OLE color: 5435537.
HSL color Cylindrical-coordinate representation of color #91F052: hue angle of 96.08º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #91F052 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 240 | 82 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.06 |
| HSL | 96.08º | 0.84% | 0.63% | - |
| HSV(B) | 96.08º | 0.66% | 0.94% | - |
| XYZ | 44.36 | 68.95 | 18.95 | - |
| YUV | 193.58 | 65.03 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 240 | 82 | 0.40 | 0 | 0.66 | 0.06 | 96.08 | 0.84 | 0.63 |
| Hex | 91 | F0 | 52 | 28 | 0 | 42 | 6 | 60 | 54 | 3F |
| Octal | 221 | 360 | 122 | 50 | 0 | 102 | 6 | 140 | 124 | 77 |
| Binary | 10010001 | 11110000 | 1010010 | 101000 | 0 | 1000010 | 110 | 1100000 | 1010100 | 111111 |
Color Harmonies of #91F052
Complementary color
Monochromatic Colors of #91F052
Black with #91F052
Text Example
Text Example
White with #91F052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F052; }
p { color: rgb(145,240,82); }
H1.HeaderClassName
{
color: #91F052;
}
.AnyTagClassName
{
color: #91F052;
}
</style>
background-color css
<style>
a { background-color: #91F052; }
a { background-color: rgb(145,240,82); }
div.DivClassName
{
background-color: #91F052;
}
.BgClassName
{
background-color: #91F052;
}
</style>
border-color css
<style>
span { border-color: #91F052; }
span { border-color: rgb(145,240,82); }
td.TdClassName
{
border-color: #91F052;
}
.TagClassName
{
border-color: #91F052;
}
</style>