Shades of Conifer #C5FA5C
Tints of Conifer #C5FA5C
RGB
CMYK
RGB Variations
Color information
#C5FA5C (or 0xC5FA5C) is known color: Conifer. HEX triplet: C5, FA and 5C. RGB value is (197,250,92). Sum of RGB (Red+Green+Blue) = 197+250+92=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA5C is #3A05A3. Grayscale: #D8D8D8. Windows color (decimal): -3802532 or 6093509. OLE color: 6093509.
HSL color Cylindrical-coordinate representation of color #C5FA5C: hue angle of 80.13º degrees, saturation: 0.94, 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 #C5FA5C is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 92 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.02 |
| HSL | 80.13º | 0.94% | 0.67% | - |
| HSV(B) | 80.13º | 0.63% | 0.98% | - |
| XYZ | 59.14 | 81.01 | 22.65 | - |
| YUV | 216.14 | 57.94 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 92 | 0.21 | 0 | 0.63 | 0.02 | 80.13 | 0.94 | 0.67 |
| Hex | C5 | FA | 5C | 15 | 0 | 3F | 2 | 50 | 5E | 43 |
| Octal | 305 | 372 | 134 | 25 | 0 | 77 | 2 | 120 | 136 | 103 |
| Binary | 11000101 | 11111010 | 1011100 | 10101 | 0 | 111111 | 10 | 1010000 | 1011110 | 1000011 |
Color Harmonies of #C5FA5C
Complementary color
Monochromatic Colors of #C5FA5C
Black with #C5FA5C
Text Example
Text Example
White with #C5FA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA5C; }
p { color: rgb(197,250,92); }
H1.HeaderClassName
{
color: #C5FA5C;
}
.AnyTagClassName
{
color: #C5FA5C;
}
</style>
background-color css
<style>
a { background-color: #C5FA5C; }
a { background-color: rgb(197,250,92); }
div.DivClassName
{
background-color: #C5FA5C;
}
.BgClassName
{
background-color: #C5FA5C;
}
</style>
border-color css
<style>
span { border-color: #C5FA5C; }
span { border-color: rgb(197,250,92); }
td.TdClassName
{
border-color: #C5FA5C;
}
.TagClassName
{
border-color: #C5FA5C;
}
</style>