Shades of Conifer #91F352
Tints of Conifer #91F352
RGB
CMYK
RGB Variations
Color information
#91F352 (or 0x91F352) is known color: Conifer. HEX triplet: 91, F3 and 52. RGB value is (145,243,82). Sum of RGB (Red+Green+Blue) = 145+243+82=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 243 (95.31% from 255 or 51.70% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 243 - color contains mainly: green. Hex color #91F352 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #91F352 is #6E0CAD. Grayscale: #C3C3C3. Windows color (decimal): -7212206 or 5436305. OLE color: 5436305.
HSL color Cylindrical-coordinate representation of color #91F352: hue angle of 96.52º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #91F352 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 243 | 82 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.05 |
| HSL | 96.52º | 0.87% | 0.64% | - |
| HSV(B) | 96.52º | 0.66% | 0.95% | - |
| XYZ | 45.25 | 70.73 | 19.25 | - |
| YUV | 195.34 | 64.03 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 243 | 82 | 0.40 | 0 | 0.66 | 0.05 | 96.52 | 0.87 | 0.64 |
| Hex | 91 | F3 | 52 | 28 | 0 | 42 | 5 | 61 | 57 | 40 |
| Octal | 221 | 363 | 122 | 50 | 0 | 102 | 5 | 141 | 127 | 100 |
| Binary | 10010001 | 11110011 | 1010010 | 101000 | 0 | 1000010 | 101 | 1100001 | 1010111 | 1000000 |
Color Harmonies of #91F352
Complementary color
Monochromatic Colors of #91F352
Black with #91F352
Text Example
Text Example
White with #91F352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F352; }
p { color: rgb(145,243,82); }
H1.HeaderClassName
{
color: #91F352;
}
.AnyTagClassName
{
color: #91F352;
}
</style>
background-color css
<style>
a { background-color: #91F352; }
a { background-color: rgb(145,243,82); }
div.DivClassName
{
background-color: #91F352;
}
.BgClassName
{
background-color: #91F352;
}
</style>
border-color css
<style>
span { border-color: #91F352; }
span { border-color: rgb(145,243,82); }
td.TdClassName
{
border-color: #91F352;
}
.TagClassName
{
border-color: #91F352;
}
</style>