Shades of Conifer #C5FB5C
Tints of Conifer #C5FB5C
RGB
CMYK
RGB Variations
Color information
#C5FB5C (or 0xC5FB5C) is known color: Conifer. HEX triplet: C5, FB and 5C. RGB value is (197,251,92). Sum of RGB (Red+Green+Blue) = 197+251+92=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FB5C is #3A04A3. Grayscale: #D9D9D9. Windows color (decimal): -3802276 or 6093765. OLE color: 6093765.
HSL color Cylindrical-coordinate representation of color #C5FB5C: hue angle of 80.38º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5FB5C is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 92 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.02 |
| HSL | 80.38º | 0.95% | 0.67% | - |
| HSV(B) | 80.38º | 0.63% | 0.98% | - |
| XYZ | 59.45 | 81.64 | 22.75 | - |
| YUV | 216.73 | 57.61 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 92 | 0.22 | 0 | 0.63 | 0.02 | 80.38 | 0.95 | 0.67 |
| Hex | C5 | FB | 5C | 16 | 0 | 3F | 2 | 50 | 5F | 43 |
| Octal | 305 | 373 | 134 | 26 | 0 | 77 | 2 | 120 | 137 | 103 |
| Binary | 11000101 | 11111011 | 1011100 | 10110 | 0 | 111111 | 10 | 1010000 | 1011111 | 1000011 |
Color Harmonies of #C5FB5C
Complementary color
Monochromatic Colors of #C5FB5C
Black with #C5FB5C
Text Example
Text Example
White with #C5FB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FB5C; }
p { color: rgb(197,251,92); }
H1.HeaderClassName
{
color: #C5FB5C;
}
.AnyTagClassName
{
color: #C5FB5C;
}
</style>
background-color css
<style>
a { background-color: #C5FB5C; }
a { background-color: rgb(197,251,92); }
div.DivClassName
{
background-color: #C5FB5C;
}
.BgClassName
{
background-color: #C5FB5C;
}
</style>
border-color css
<style>
span { border-color: #C5FB5C; }
span { border-color: rgb(197,251,92); }
td.TdClassName
{
border-color: #C5FB5C;
}
.TagClassName
{
border-color: #C5FB5C;
}
</style>