Shades of Conifer #C5F35C
Tints of Conifer #C5F35C
RGB
CMYK
RGB Variations
Color information
#C5F35C (or 0xC5F35C) is known color: Conifer. HEX triplet: C5, F3 and 5C. RGB value is (197,243,92). Sum of RGB (Red+Green+Blue) = 197+243+92=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F35C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F35C is #3A0CA3. Grayscale: #D4D4D4. Windows color (decimal): -3804324 or 6091717. OLE color: 6091717.
HSL color Cylindrical-coordinate representation of color #C5F35C: hue angle of 78.28º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5F35C is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 92 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.05 |
| HSL | 78.28º | 0.86% | 0.66% | - |
| HSV(B) | 78.28º | 0.62% | 0.95% | - |
| XYZ | 57.01 | 76.74 | 21.93 | - |
| YUV | 212.03 | 60.26 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 92 | 0.19 | 0 | 0.62 | 0.05 | 78.28 | 0.86 | 0.66 |
| Hex | C5 | F3 | 5C | 13 | 0 | 3E | 5 | 4E | 56 | 42 |
| Octal | 305 | 363 | 134 | 23 | 0 | 76 | 5 | 116 | 126 | 102 |
| Binary | 11000101 | 11110011 | 1011100 | 10011 | 0 | 111110 | 101 | 1001110 | 1010110 | 1000010 |
Color Harmonies of #C5F35C
Complementary color
Monochromatic Colors of #C5F35C
Black with #C5F35C
Text Example
Text Example
White with #C5F35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F35C; }
p { color: rgb(197,243,92); }
H1.HeaderClassName
{
color: #C5F35C;
}
.AnyTagClassName
{
color: #C5F35C;
}
</style>
background-color css
<style>
a { background-color: #C5F35C; }
a { background-color: rgb(197,243,92); }
div.DivClassName
{
background-color: #C5F35C;
}
.BgClassName
{
background-color: #C5F35C;
}
</style>
border-color css
<style>
span { border-color: #C5F35C; }
span { border-color: rgb(197,243,92); }
td.TdClassName
{
border-color: #C5F35C;
}
.TagClassName
{
border-color: #C5F35C;
}
</style>