Shades of Conifer #C5FB4E
Tints of Conifer #C5FB4E
RGB
CMYK
RGB Variations
Color information
#C5FB4E (or 0xC5FB4E) is known color: Conifer. HEX triplet: C5, FB and 4E. RGB value is (197,251,78). Sum of RGB (Red+Green+Blue) = 197+251+78=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 78 (30.86% from 255 or 14.83% from 526); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FB4E is #3A04B1. Grayscale: #D7D7D7. Windows color (decimal): -3802290 or 5176261. OLE color: 5176261.
HSL color Cylindrical-coordinate representation of color #C5FB4E: hue angle of 78.73º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5FB4E is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 78 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.02 |
| HSL | 78.73º | 0.96% | 0.65% | - |
| HSV(B) | 78.73º | 0.69% | 0.98% | - |
| XYZ | 58.9 | 81.41 | 19.82 | - |
| YUV | 215.13 | 50.61 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 78 | 0.22 | 0 | 0.69 | 0.02 | 78.73 | 0.96 | 0.65 |
| Hex | C5 | FB | 4E | 16 | 0 | 45 | 2 | 4F | 60 | 41 |
| Octal | 305 | 373 | 116 | 26 | 0 | 105 | 2 | 117 | 140 | 101 |
| Binary | 11000101 | 11111011 | 1001110 | 10110 | 0 | 1000101 | 10 | 1001111 | 1100000 | 1000001 |
Color Harmonies of #C5FB4E
Complementary color
Monochromatic Colors of #C5FB4E
Black with #C5FB4E
Text Example
Text Example
White with #C5FB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FB4E; }
p { color: rgb(197,251,78); }
H1.HeaderClassName
{
color: #C5FB4E;
}
.AnyTagClassName
{
color: #C5FB4E;
}
</style>
background-color css
<style>
a { background-color: #C5FB4E; }
a { background-color: rgb(197,251,78); }
div.DivClassName
{
background-color: #C5FB4E;
}
.BgClassName
{
background-color: #C5FB4E;
}
</style>
border-color css
<style>
span { border-color: #C5FB4E; }
span { border-color: rgb(197,251,78); }
td.TdClassName
{
border-color: #C5FB4E;
}
.TagClassName
{
border-color: #C5FB4E;
}
</style>