Shades of Conifer #C5F057
Tints of Conifer #C5F057
RGB
CMYK
RGB Variations
Color information
#C5F057 (or 0xC5F057) is known color: Conifer. HEX triplet: C5, F0 and 57. RGB value is (197,240,87). Sum of RGB (Red+Green+Blue) = 197+240+87=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 87 (34.38% from 255 or 16.60% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F057 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F057 is #3A0FA8. Grayscale: #D2D2D2. Windows color (decimal): -3805097 or 5763269. OLE color: 5763269.
HSL color Cylindrical-coordinate representation of color #C5F057: hue angle of 76.86º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5F057 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 240 | 87 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.06 |
| HSL | 76.86º | 0.84% | 0.64% | - |
| HSV(B) | 76.86º | 0.64% | 0.94% | - |
| XYZ | 55.91 | 74.88 | 20.52 | - |
| YUV | 209.7 | 58.75 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 240 | 87 | 0.18 | 0 | 0.64 | 0.06 | 76.86 | 0.84 | 0.64 |
| Hex | C5 | F0 | 57 | 12 | 0 | 40 | 6 | 4D | 54 | 40 |
| Octal | 305 | 360 | 127 | 22 | 0 | 100 | 6 | 115 | 124 | 100 |
| Binary | 11000101 | 11110000 | 1010111 | 10010 | 0 | 1000000 | 110 | 1001101 | 1010100 | 1000000 |
Color Harmonies of #C5F057
Complementary color
Monochromatic Colors of #C5F057
Black with #C5F057
Text Example
Text Example
White with #C5F057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F057; }
p { color: rgb(197,240,87); }
H1.HeaderClassName
{
color: #C5F057;
}
.AnyTagClassName
{
color: #C5F057;
}
</style>
background-color css
<style>
a { background-color: #C5F057; }
a { background-color: rgb(197,240,87); }
div.DivClassName
{
background-color: #C5F057;
}
.BgClassName
{
background-color: #C5F057;
}
</style>
border-color css
<style>
span { border-color: #C5F057; }
span { border-color: rgb(197,240,87); }
td.TdClassName
{
border-color: #C5F057;
}
.TagClassName
{
border-color: #C5F057;
}
</style>