Shades of Conifer #C5FA57
Tints of Conifer #C5FA57
RGB
CMYK
RGB Variations
Color information
#C5FA57 (or 0xC5FA57) is known color: Conifer. HEX triplet: C5, FA and 57. RGB value is (197,250,87). Sum of RGB (Red+Green+Blue) = 197+250+87=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 87 (34.38% from 255 or 16.29% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA57 is #3A05A8. Grayscale: #D8D8D8. Windows color (decimal): -3802537 or 5765829. OLE color: 5765829.
HSL color Cylindrical-coordinate representation of color #C5FA57: hue angle of 79.51º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5FA57 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 87 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.02 |
| HSL | 79.51º | 0.94% | 0.66% | - |
| HSV(B) | 79.51º | 0.65% | 0.98% | - |
| XYZ | 58.93 | 80.93 | 21.53 | - |
| YUV | 215.57 | 55.44 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 87 | 0.21 | 0 | 0.65 | 0.02 | 79.51 | 0.94 | 0.66 |
| Hex | C5 | FA | 57 | 15 | 0 | 41 | 2 | 50 | 5E | 42 |
| Octal | 305 | 372 | 127 | 25 | 0 | 101 | 2 | 120 | 136 | 102 |
| Binary | 11000101 | 11111010 | 1010111 | 10101 | 0 | 1000001 | 10 | 1010000 | 1011110 | 1000010 |
Color Harmonies of #C5FA57
Complementary color
Monochromatic Colors of #C5FA57
Black with #C5FA57
Text Example
Text Example
White with #C5FA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA57; }
p { color: rgb(197,250,87); }
H1.HeaderClassName
{
color: #C5FA57;
}
.AnyTagClassName
{
color: #C5FA57;
}
</style>
background-color css
<style>
a { background-color: #C5FA57; }
a { background-color: rgb(197,250,87); }
div.DivClassName
{
background-color: #C5FA57;
}
.BgClassName
{
background-color: #C5FA57;
}
</style>
border-color css
<style>
span { border-color: #C5FA57; }
span { border-color: rgb(197,250,87); }
td.TdClassName
{
border-color: #C5FA57;
}
.TagClassName
{
border-color: #C5FA57;
}
</style>