Shades of Conifer #91F250
Tints of Conifer #91F250
RGB
CMYK
RGB Variations
Color information
#91F250 (or 0x91F250) is known color: Conifer. HEX triplet: 91, F2 and 50. RGB value is (145,242,80). Sum of RGB (Red+Green+Blue) = 145+242+80=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #91F250 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #91F250 is #6E0DAF. Grayscale: #C3C3C3. Windows color (decimal): -7212464 or 5304977. OLE color: 5304977.
HSL color Cylindrical-coordinate representation of color #91F250: hue angle of 95.93º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #91F250 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 242 | 80 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.05 |
| HSL | 95.93º | 0.86% | 0.63% | - |
| HSV(B) | 95.93º | 0.67% | 0.95% | - |
| XYZ | 44.88 | 70.1 | 18.76 | - |
| YUV | 194.53 | 63.36 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 242 | 80 | 0.40 | 0 | 0.67 | 0.05 | 95.93 | 0.86 | 0.63 |
| Hex | 91 | F2 | 50 | 28 | 0 | 43 | 5 | 60 | 56 | 3F |
| Octal | 221 | 362 | 120 | 50 | 0 | 103 | 5 | 140 | 126 | 77 |
| Binary | 10010001 | 11110010 | 1010000 | 101000 | 0 | 1000011 | 101 | 1100000 | 1010110 | 111111 |
Color Harmonies of #91F250
Complementary color
Monochromatic Colors of #91F250
Black with #91F250
Text Example
Text Example
White with #91F250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F250; }
p { color: rgb(145,242,80); }
H1.HeaderClassName
{
color: #91F250;
}
.AnyTagClassName
{
color: #91F250;
}
</style>
background-color css
<style>
a { background-color: #91F250; }
a { background-color: rgb(145,242,80); }
div.DivClassName
{
background-color: #91F250;
}
.BgClassName
{
background-color: #91F250;
}
</style>
border-color css
<style>
span { border-color: #91F250; }
span { border-color: rgb(145,242,80); }
td.TdClassName
{
border-color: #91F250;
}
.TagClassName
{
border-color: #91F250;
}
</style>