Shades of Conifer #C5F448
Tints of Conifer #C5F448
RGB
CMYK
RGB Variations
Color information
#C5F448 (or 0xC5F448) is known color: Conifer. HEX triplet: C5, F4 and 48. RGB value is (197,244,72). Sum of RGB (Red+Green+Blue) = 197+244+72=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 244 (95.70% from 255 or 47.56% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 244 - color contains mainly: green. Hex color #C5F448 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F448 is #3A0BB7. Grayscale: #D2D2D2. Windows color (decimal): -3804088 or 4781253. OLE color: 4781253.
HSL color Cylindrical-coordinate representation of color #C5F448: hue angle of 76.4º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5F448 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 244 | 72 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.04 |
| HSL | 76.4º | 0.89% | 0.62% | - |
| HSV(B) | 76.4º | 0.7% | 0.96% | - |
| XYZ | 56.55 | 77.04 | 18.02 | - |
| YUV | 210.34 | 49.93 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 244 | 72 | 0.19 | 0 | 0.70 | 0.04 | 76.4 | 0.89 | 0.62 |
| Hex | C5 | F4 | 48 | 13 | 0 | 46 | 4 | 4C | 59 | 3E |
| Octal | 305 | 364 | 110 | 23 | 0 | 106 | 4 | 114 | 131 | 76 |
| Binary | 11000101 | 11110100 | 1001000 | 10011 | 0 | 1000110 | 100 | 1001100 | 1011001 | 111110 |
Color Harmonies of #C5F448
Complementary color
Monochromatic Colors of #C5F448
Black with #C5F448
Text Example
Text Example
White with #C5F448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F448; }
p { color: rgb(197,244,72); }
H1.HeaderClassName
{
color: #C5F448;
}
.AnyTagClassName
{
color: #C5F448;
}
</style>
background-color css
<style>
a { background-color: #C5F448; }
a { background-color: rgb(197,244,72); }
div.DivClassName
{
background-color: #C5F448;
}
.BgClassName
{
background-color: #C5F448;
}
</style>
border-color css
<style>
span { border-color: #C5F448; }
span { border-color: rgb(197,244,72); }
td.TdClassName
{
border-color: #C5F448;
}
.TagClassName
{
border-color: #C5F448;
}
</style>