Shades of Conifer #C4F053
Tints of Conifer #C4F053
RGB
CMYK
RGB Variations
Color information
#C4F053 (or 0xC4F053) is known color: Conifer. HEX triplet: C4, F0 and 53. RGB value is (196,240,83). Sum of RGB (Red+Green+Blue) = 196+240+83=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F053 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F053 is #3B0FAC. Grayscale: #D1D1D1. Windows color (decimal): -3870637 or 5501124. OLE color: 5501124.
HSL color Cylindrical-coordinate representation of color #C4F053: hue angle of 76.82º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4F053 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 240 | 83 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.06 |
| HSL | 76.82º | 0.84% | 0.63% | - |
| HSV(B) | 76.82º | 0.65% | 0.94% | - |
| XYZ | 55.49 | 74.68 | 19.67 | - |
| YUV | 208.95 | 56.92 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 240 | 83 | 0.18 | 0 | 0.65 | 0.06 | 76.82 | 0.84 | 0.63 |
| Hex | C4 | F0 | 53 | 12 | 0 | 41 | 6 | 4D | 54 | 3F |
| Octal | 304 | 360 | 123 | 22 | 0 | 101 | 6 | 115 | 124 | 77 |
| Binary | 11000100 | 11110000 | 1010011 | 10010 | 0 | 1000001 | 110 | 1001101 | 1010100 | 111111 |
Color Harmonies of #C4F053
Complementary color
Monochromatic Colors of #C4F053
Black with #C4F053
Text Example
Text Example
White with #C4F053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F053; }
p { color: rgb(196,240,83); }
H1.HeaderClassName
{
color: #C4F053;
}
.AnyTagClassName
{
color: #C4F053;
}
</style>
background-color css
<style>
a { background-color: #C4F053; }
a { background-color: rgb(196,240,83); }
div.DivClassName
{
background-color: #C4F053;
}
.BgClassName
{
background-color: #C4F053;
}
</style>
border-color css
<style>
span { border-color: #C4F053; }
span { border-color: rgb(196,240,83); }
td.TdClassName
{
border-color: #C4F053;
}
.TagClassName
{
border-color: #C4F053;
}
</style>