Shades of Conifer #C4FD5C
Tints of Conifer #C4FD5C
RGB
CMYK
RGB Variations
Color information
#C4FD5C (or 0xC4FD5C) is known color: Conifer. HEX triplet: C4, FD and 5C. RGB value is (196,253,92). Sum of RGB (Red+Green+Blue) = 196+253+92=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #C4FD5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4FD5C is #3B02A3. Grayscale: #DADADA. Windows color (decimal): -3867300 or 6094276. OLE color: 6094276.
HSL color Cylindrical-coordinate representation of color #C4FD5C: hue angle of 81.24º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4FD5C is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 253 | 92 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.01 |
| HSL | 81.24º | 0.98% | 0.68% | - |
| HSV(B) | 81.24º | 0.64% | 0.99% | - |
| XYZ | 59.82 | 82.76 | 22.95 | - |
| YUV | 217.6 | 57.12 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 253 | 92 | 0.23 | 0 | 0.64 | 0.01 | 81.24 | 0.98 | 0.68 |
| Hex | C4 | FD | 5C | 17 | 0 | 40 | 1 | 51 | 62 | 44 |
| Octal | 304 | 375 | 134 | 27 | 0 | 100 | 1 | 121 | 142 | 104 |
| Binary | 11000100 | 11111101 | 1011100 | 10111 | 0 | 1000000 | 1 | 1010001 | 1100010 | 1000100 |
Color Harmonies of #C4FD5C
Complementary color
Monochromatic Colors of #C4FD5C
Black with #C4FD5C
Text Example
Text Example
White with #C4FD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FD5C; }
p { color: rgb(196,253,92); }
H1.HeaderClassName
{
color: #C4FD5C;
}
.AnyTagClassName
{
color: #C4FD5C;
}
</style>
background-color css
<style>
a { background-color: #C4FD5C; }
a { background-color: rgb(196,253,92); }
div.DivClassName
{
background-color: #C4FD5C;
}
.BgClassName
{
background-color: #C4FD5C;
}
</style>
border-color css
<style>
span { border-color: #C4FD5C; }
span { border-color: rgb(196,253,92); }
td.TdClassName
{
border-color: #C4FD5C;
}
.TagClassName
{
border-color: #C4FD5C;
}
</style>