Shades of Conifer #C2FB5F
Tints of Conifer #C2FB5F
RGB
CMYK
RGB Variations
Color information
#C2FB5F (or 0xC2FB5F) is known color: Conifer. HEX triplet: C2, FB and 5F. RGB value is (194,251,95). Sum of RGB (Red+Green+Blue) = 194+251+95=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 95 (37.5% from 255 or 17.59% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FB5F is #3D04A0. Grayscale: #D8D8D8. Windows color (decimal): -3998881 or 6290370. OLE color: 6290370.
HSL color Cylindrical-coordinate representation of color #C2FB5F: hue angle of 81.92º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2FB5F is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 95 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.02 |
| HSL | 81.92º | 0.95% | 0.68% | - |
| HSV(B) | 81.92º | 0.62% | 0.98% | - |
| XYZ | 58.81 | 81.29 | 23.42 | - |
| YUV | 216.17 | 59.62 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 95 | 0.23 | 0 | 0.62 | 0.02 | 81.92 | 0.95 | 0.68 |
| Hex | C2 | FB | 5F | 17 | 0 | 3E | 2 | 52 | 5F | 44 |
| Octal | 302 | 373 | 137 | 27 | 0 | 76 | 2 | 122 | 137 | 104 |
| Binary | 11000010 | 11111011 | 1011111 | 10111 | 0 | 111110 | 10 | 1010010 | 1011111 | 1000100 |
Color Harmonies of #C2FB5F
Complementary color
Monochromatic Colors of #C2FB5F
Black with #C2FB5F
Text Example
Text Example
White with #C2FB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB5F; }
p { color: rgb(194,251,95); }
H1.HeaderClassName
{
color: #C2FB5F;
}
.AnyTagClassName
{
color: #C2FB5F;
}
</style>
background-color css
<style>
a { background-color: #C2FB5F; }
a { background-color: rgb(194,251,95); }
div.DivClassName
{
background-color: #C2FB5F;
}
.BgClassName
{
background-color: #C2FB5F;
}
</style>
border-color css
<style>
span { border-color: #C2FB5F; }
span { border-color: rgb(194,251,95); }
td.TdClassName
{
border-color: #C2FB5F;
}
.TagClassName
{
border-color: #C2FB5F;
}
</style>