Shades of Conifer #C5F453
Tints of Conifer #C5F453
RGB
CMYK
RGB Variations
Color information
#C5F453 (or 0xC5F453) is known color: Conifer. HEX triplet: C5, F4 and 53. RGB value is (197,244,83). Sum of RGB (Red+Green+Blue) = 197+244+83=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #C5F453 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F453 is #3A0BAC. Grayscale: #D4D4D4. Windows color (decimal): -3804077 or 5502149. OLE color: 5502149.
HSL color Cylindrical-coordinate representation of color #C5F453: hue angle of 77.52º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5F453 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 244 | 83 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.04 |
| HSL | 77.52º | 0.88% | 0.64% | - |
| HSV(B) | 77.52º | 0.66% | 0.96% | - |
| XYZ | 56.94 | 77.2 | 20.08 | - |
| YUV | 211.59 | 55.43 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 244 | 83 | 0.19 | 0 | 0.66 | 0.04 | 77.52 | 0.88 | 0.64 |
| Hex | C5 | F4 | 53 | 13 | 0 | 42 | 4 | 4E | 58 | 40 |
| Octal | 305 | 364 | 123 | 23 | 0 | 102 | 4 | 116 | 130 | 100 |
| Binary | 11000101 | 11110100 | 1010011 | 10011 | 0 | 1000010 | 100 | 1001110 | 1011000 | 1000000 |
Color Harmonies of #C5F453
Complementary color
Monochromatic Colors of #C5F453
Black with #C5F453
Text Example
Text Example
White with #C5F453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F453; }
p { color: rgb(197,244,83); }
H1.HeaderClassName
{
color: #C5F453;
}
.AnyTagClassName
{
color: #C5F453;
}
</style>
background-color css
<style>
a { background-color: #C5F453; }
a { background-color: rgb(197,244,83); }
div.DivClassName
{
background-color: #C5F453;
}
.BgClassName
{
background-color: #C5F453;
}
</style>
border-color css
<style>
span { border-color: #C5F453; }
span { border-color: rgb(197,244,83); }
td.TdClassName
{
border-color: #C5F453;
}
.TagClassName
{
border-color: #C5F453;
}
</style>