Shades of Conifer #C5F85C
Tints of Conifer #C5F85C
RGB
CMYK
RGB Variations
Color information
#C5F85C (or 0xC5F85C) is known color: Conifer. HEX triplet: C5, F8 and 5C. RGB value is (197,248,92). Sum of RGB (Red+Green+Blue) = 197+248+92=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F85C is #3A07A3. Grayscale: #D7D7D7. Windows color (decimal): -3803044 or 6092997. OLE color: 6092997.
HSL color Cylindrical-coordinate representation of color #C5F85C: hue angle of 79.62º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5F85C is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 92 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.03 |
| HSL | 79.62º | 0.92% | 0.67% | - |
| HSV(B) | 79.62º | 0.63% | 0.97% | - |
| XYZ | 58.53 | 79.78 | 22.44 | - |
| YUV | 214.97 | 58.6 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 92 | 0.21 | 0 | 0.63 | 0.03 | 79.62 | 0.92 | 0.67 |
| Hex | C5 | F8 | 5C | 15 | 0 | 3F | 3 | 50 | 5C | 43 |
| Octal | 305 | 370 | 134 | 25 | 0 | 77 | 3 | 120 | 134 | 103 |
| Binary | 11000101 | 11111000 | 1011100 | 10101 | 0 | 111111 | 11 | 1010000 | 1011100 | 1000011 |
Color Harmonies of #C5F85C
Complementary color
Monochromatic Colors of #C5F85C
Black with #C5F85C
Text Example
Text Example
White with #C5F85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F85C; }
p { color: rgb(197,248,92); }
H1.HeaderClassName
{
color: #C5F85C;
}
.AnyTagClassName
{
color: #C5F85C;
}
</style>
background-color css
<style>
a { background-color: #C5F85C; }
a { background-color: rgb(197,248,92); }
div.DivClassName
{
background-color: #C5F85C;
}
.BgClassName
{
background-color: #C5F85C;
}
</style>
border-color css
<style>
span { border-color: #C5F85C; }
span { border-color: rgb(197,248,92); }
td.TdClassName
{
border-color: #C5F85C;
}
.TagClassName
{
border-color: #C5F85C;
}
</style>