Shades of Conifer #C4F160
Tints of Conifer #C4F160
RGB
CMYK
RGB Variations
Color information
#C4F160 (or 0xC4F160) is known color: Conifer. HEX triplet: C4, F1 and 60. RGB value is (196,241,96). Sum of RGB (Red+Green+Blue) = 196+241+96=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F160 is #3B0E9F. Grayscale: #D3D3D3. Windows color (decimal): -3870368 or 6353348. OLE color: 6353348.
HSL color Cylindrical-coordinate representation of color #C4F160: hue angle of 78.62º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4F160 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 241 | 96 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.05 |
| HSL | 78.62º | 0.84% | 0.66% | - |
| HSV(B) | 78.62º | 0.6% | 0.95% | - |
| XYZ | 56.33 | 75.49 | 22.67 | - |
| YUV | 211.02 | 63.09 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 241 | 96 | 0.19 | 0 | 0.60 | 0.05 | 78.62 | 0.84 | 0.66 |
| Hex | C4 | F1 | 60 | 13 | 0 | 3C | 5 | 4F | 54 | 42 |
| Octal | 304 | 361 | 140 | 23 | 0 | 74 | 5 | 117 | 124 | 102 |
| Binary | 11000100 | 11110001 | 1100000 | 10011 | 0 | 111100 | 101 | 1001111 | 1010100 | 1000010 |
Color Harmonies of #C4F160
Complementary color
Monochromatic Colors of #C4F160
Black with #C4F160
Text Example
Text Example
White with #C4F160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F160; }
p { color: rgb(196,241,96); }
H1.HeaderClassName
{
color: #C4F160;
}
.AnyTagClassName
{
color: #C4F160;
}
</style>
background-color css
<style>
a { background-color: #C4F160; }
a { background-color: rgb(196,241,96); }
div.DivClassName
{
background-color: #C4F160;
}
.BgClassName
{
background-color: #C4F160;
}
</style>
border-color css
<style>
span { border-color: #C4F160; }
span { border-color: rgb(196,241,96); }
td.TdClassName
{
border-color: #C4F160;
}
.TagClassName
{
border-color: #C4F160;
}
</style>