Shades of Conifer #95F255
Tints of Conifer #95F255
RGB
CMYK
RGB Variations
Color information
#95F255 (or 0x95F255) is known color: Conifer. HEX triplet: 95, F2 and 55. RGB value is (149,242,85). Sum of RGB (Red+Green+Blue) = 149+242+85=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #95F255 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F255 is #6A0DAA. Grayscale: #C4C4C4. Windows color (decimal): -6950315 or 5632661. OLE color: 5632661.
HSL color Cylindrical-coordinate representation of color #95F255: hue angle of 95.54º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95F255 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 242 | 85 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.05 |
| HSL | 95.54º | 0.86% | 0.64% | - |
| HSV(B) | 95.54º | 0.65% | 0.95% | - |
| XYZ | 45.79 | 70.55 | 19.8 | - |
| YUV | 196.3 | 65.19 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 242 | 85 | 0.38 | 0 | 0.65 | 0.05 | 95.54 | 0.86 | 0.64 |
| Hex | 95 | F2 | 55 | 26 | 0 | 41 | 5 | 60 | 56 | 40 |
| Octal | 225 | 362 | 125 | 46 | 0 | 101 | 5 | 140 | 126 | 100 |
| Binary | 10010101 | 11110010 | 1010101 | 100110 | 0 | 1000001 | 101 | 1100000 | 1010110 | 1000000 |
Color Harmonies of #95F255
Complementary color
Monochromatic Colors of #95F255
Black with #95F255
Text Example
Text Example
White with #95F255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F255; }
p { color: rgb(149,242,85); }
H1.HeaderClassName
{
color: #95F255;
}
.AnyTagClassName
{
color: #95F255;
}
</style>
background-color css
<style>
a { background-color: #95F255; }
a { background-color: rgb(149,242,85); }
div.DivClassName
{
background-color: #95F255;
}
.BgClassName
{
background-color: #95F255;
}
</style>
border-color css
<style>
span { border-color: #95F255; }
span { border-color: rgb(149,242,85); }
td.TdClassName
{
border-color: #95F255;
}
.TagClassName
{
border-color: #95F255;
}
</style>