Shades of Conifer #C2F048
Tints of Conifer #C2F048
RGB
CMYK
RGB Variations
Color information
#C2F048 (or 0xC2F048) is known color: Conifer. HEX triplet: C2, F0 and 48. RGB value is (194,240,72). Sum of RGB (Red+Green+Blue) = 194+240+72=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 72 (28.52% from 255 or 14.23% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F048 is #3D0FB7. Grayscale: #CFCFCF. Windows color (decimal): -4001720 or 4780226. OLE color: 4780226.
HSL color Cylindrical-coordinate representation of color #C2F048: hue angle of 76.43º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2F048 is Cyan = 0.19, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 72 | - |
| CMYK | 0.19 | 0 | 0.7 | 0.06 |
| HSL | 76.43º | 0.85% | 0.61% | - |
| HSV(B) | 76.43º | 0.7% | 0.94% | - |
| XYZ | 54.58 | 74.26 | 17.59 | - |
| YUV | 207.09 | 51.76 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 72 | 0.19 | 0 | 0.7 | 0.06 | 76.43 | 0.85 | 0.61 |
| Hex | C2 | F0 | 48 | 13 | 0 | 46 | 6 | 4C | 55 | 3D |
| Octal | 302 | 360 | 110 | 23 | 0 | 106 | 6 | 114 | 125 | 75 |
| Binary | 11000010 | 11110000 | 1001000 | 10011 | 0 | 1000110 | 110 | 1001100 | 1010101 | 111101 |
Color Harmonies of #C2F048
Complementary color
Monochromatic Colors of #C2F048
Black with #C2F048
Text Example
Text Example
White with #C2F048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F048; }
p { color: rgb(194,240,72); }
H1.HeaderClassName
{
color: #C2F048;
}
.AnyTagClassName
{
color: #C2F048;
}
</style>
background-color css
<style>
a { background-color: #C2F048; }
a { background-color: rgb(194,240,72); }
div.DivClassName
{
background-color: #C2F048;
}
.BgClassName
{
background-color: #C2F048;
}
</style>
border-color css
<style>
span { border-color: #C2F048; }
span { border-color: rgb(194,240,72); }
td.TdClassName
{
border-color: #C2F048;
}
.TagClassName
{
border-color: #C2F048;
}
</style>