Shades of Conifer #C4F047
Tints of Conifer #C4F047
RGB
CMYK
RGB Variations
Color information
#C4F047 (or 0xC4F047) is known color: Conifer. HEX triplet: C4, F0 and 47. RGB value is (196,240,71). Sum of RGB (Red+Green+Blue) = 196+240+71=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 71 (28.12% from 255 or 14.00% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F047 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F047 is #3B0FB8. Grayscale: #D0D0D0. Windows color (decimal): -3870649 or 4714692. OLE color: 4714692.
HSL color Cylindrical-coordinate representation of color #C4F047: hue angle of 75.62º 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 #C4F047 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 240 | 71 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.06 |
| HSL | 75.62º | 0.85% | 0.61% | - |
| HSV(B) | 75.62º | 0.7% | 0.94% | - |
| XYZ | 55.06 | 74.51 | 17.44 | - |
| YUV | 207.58 | 50.92 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 240 | 71 | 0.18 | 0 | 0.70 | 0.06 | 75.62 | 0.85 | 0.61 |
| Hex | C4 | F0 | 47 | 12 | 0 | 46 | 6 | 4C | 55 | 3D |
| Octal | 304 | 360 | 107 | 22 | 0 | 106 | 6 | 114 | 125 | 75 |
| Binary | 11000100 | 11110000 | 1000111 | 10010 | 0 | 1000110 | 110 | 1001100 | 1010101 | 111101 |
Color Harmonies of #C4F047
Complementary color
Monochromatic Colors of #C4F047
Black with #C4F047
Text Example
Text Example
White with #C4F047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F047; }
p { color: rgb(196,240,71); }
H1.HeaderClassName
{
color: #C4F047;
}
.AnyTagClassName
{
color: #C4F047;
}
</style>
background-color css
<style>
a { background-color: #C4F047; }
a { background-color: rgb(196,240,71); }
div.DivClassName
{
background-color: #C4F047;
}
.BgClassName
{
background-color: #C4F047;
}
</style>
border-color css
<style>
span { border-color: #C4F047; }
span { border-color: rgb(196,240,71); }
td.TdClassName
{
border-color: #C4F047;
}
.TagClassName
{
border-color: #C4F047;
}
</style>