Shades of Conifer #C2FB5C
Tints of Conifer #C2FB5C
RGB
CMYK
RGB Variations
Color information
#C2FB5C (or 0xC2FB5C) is known color: Conifer. HEX triplet: C2, FB and 5C. RGB value is (194,251,92). Sum of RGB (Red+Green+Blue) = 194+251+92=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FB5C is #3D04A3. Grayscale: #D8D8D8. Windows color (decimal): -3998884 or 6093762. OLE color: 6093762.
HSL color Cylindrical-coordinate representation of color #C2FB5C: hue angle of 81.51º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2FB5C is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 92 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.02 |
| HSL | 81.51º | 0.95% | 0.67% | - |
| HSV(B) | 81.51º | 0.63% | 0.98% | - |
| XYZ | 58.68 | 81.24 | 22.71 | - |
| YUV | 215.83 | 58.12 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 92 | 0.23 | 0 | 0.63 | 0.02 | 81.51 | 0.95 | 0.67 |
| Hex | C2 | FB | 5C | 17 | 0 | 3F | 2 | 52 | 5F | 43 |
| Octal | 302 | 373 | 134 | 27 | 0 | 77 | 2 | 122 | 137 | 103 |
| Binary | 11000010 | 11111011 | 1011100 | 10111 | 0 | 111111 | 10 | 1010010 | 1011111 | 1000011 |
Color Harmonies of #C2FB5C
Complementary color
Monochromatic Colors of #C2FB5C
Black with #C2FB5C
Text Example
Text Example
White with #C2FB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB5C; }
p { color: rgb(194,251,92); }
H1.HeaderClassName
{
color: #C2FB5C;
}
.AnyTagClassName
{
color: #C2FB5C;
}
</style>
background-color css
<style>
a { background-color: #C2FB5C; }
a { background-color: rgb(194,251,92); }
div.DivClassName
{
background-color: #C2FB5C;
}
.BgClassName
{
background-color: #C2FB5C;
}
</style>
border-color css
<style>
span { border-color: #C2FB5C; }
span { border-color: rgb(194,251,92); }
td.TdClassName
{
border-color: #C2FB5C;
}
.TagClassName
{
border-color: #C2FB5C;
}
</style>