Shades of Conifer #C5F05C
Tints of Conifer #C5F05C
RGB
CMYK
RGB Variations
Color information
#C5F05C (or 0xC5F05C) is known color: Conifer. HEX triplet: C5, F0 and 5C. RGB value is (197,240,92). Sum of RGB (Red+Green+Blue) = 197+240+92=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F05C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F05C is #3A0FA3. Grayscale: #D2D2D2. Windows color (decimal): -3805092 or 6090949. OLE color: 6090949.
HSL color Cylindrical-coordinate representation of color #C5F05C: hue angle of 77.43º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5F05C is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 240 | 92 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.06 |
| HSL | 77.43º | 0.83% | 0.65% | - |
| HSV(B) | 77.43º | 0.62% | 0.94% | - |
| XYZ | 56.12 | 74.96 | 21.64 | - |
| YUV | 210.27 | 61.25 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 240 | 92 | 0.18 | 0 | 0.62 | 0.06 | 77.43 | 0.83 | 0.65 |
| Hex | C5 | F0 | 5C | 12 | 0 | 3E | 6 | 4D | 53 | 41 |
| Octal | 305 | 360 | 134 | 22 | 0 | 76 | 6 | 115 | 123 | 101 |
| Binary | 11000101 | 11110000 | 1011100 | 10010 | 0 | 111110 | 110 | 1001101 | 1010011 | 1000001 |
Color Harmonies of #C5F05C
Complementary color
Monochromatic Colors of #C5F05C
Black with #C5F05C
Text Example
Text Example
White with #C5F05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F05C; }
p { color: rgb(197,240,92); }
H1.HeaderClassName
{
color: #C5F05C;
}
.AnyTagClassName
{
color: #C5F05C;
}
</style>
background-color css
<style>
a { background-color: #C5F05C; }
a { background-color: rgb(197,240,92); }
div.DivClassName
{
background-color: #C5F05C;
}
.BgClassName
{
background-color: #C5F05C;
}
</style>
border-color css
<style>
span { border-color: #C5F05C; }
span { border-color: rgb(197,240,92); }
td.TdClassName
{
border-color: #C5F05C;
}
.TagClassName
{
border-color: #C5F05C;
}
</style>