Shades of Conifer #C4F45C
Tints of Conifer #C4F45C
RGB
CMYK
RGB Variations
Color information
#C4F45C (or 0xC4F45C) is known color: Conifer. HEX triplet: C4, F4 and 5C. RGB value is (196,244,92). Sum of RGB (Red+Green+Blue) = 196+244+92=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 244 (95.70% from 255 or 45.86% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 244 - color contains mainly: green. Hex color #C4F45C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F45C is #3B0BA3. Grayscale: #D4D4D4. Windows color (decimal): -3869604 or 6091972. OLE color: 6091972.
HSL color Cylindrical-coordinate representation of color #C4F45C: hue angle of 78.95º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4F45C is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 244 | 92 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.04 |
| HSL | 78.95º | 0.87% | 0.66% | - |
| HSV(B) | 78.95º | 0.62% | 0.96% | - |
| XYZ | 57.05 | 77.21 | 22.02 | - |
| YUV | 212.32 | 60.1 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 244 | 92 | 0.20 | 0 | 0.62 | 0.04 | 78.95 | 0.87 | 0.66 |
| Hex | C4 | F4 | 5C | 14 | 0 | 3E | 4 | 4F | 57 | 42 |
| Octal | 304 | 364 | 134 | 24 | 0 | 76 | 4 | 117 | 127 | 102 |
| Binary | 11000100 | 11110100 | 1011100 | 10100 | 0 | 111110 | 100 | 1001111 | 1010111 | 1000010 |
Color Harmonies of #C4F45C
Complementary color
Monochromatic Colors of #C4F45C
Black with #C4F45C
Text Example
Text Example
White with #C4F45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F45C; }
p { color: rgb(196,244,92); }
H1.HeaderClassName
{
color: #C4F45C;
}
.AnyTagClassName
{
color: #C4F45C;
}
</style>
background-color css
<style>
a { background-color: #C4F45C; }
a { background-color: rgb(196,244,92); }
div.DivClassName
{
background-color: #C4F45C;
}
.BgClassName
{
background-color: #C4F45C;
}
</style>
border-color css
<style>
span { border-color: #C4F45C; }
span { border-color: rgb(196,244,92); }
td.TdClassName
{
border-color: #C4F45C;
}
.TagClassName
{
border-color: #C4F45C;
}
</style>