Shades of Conifer #C0FD5C
Tints of Conifer #C0FD5C
RGB
CMYK
RGB Variations
Color information
#C0FD5C (or 0xC0FD5C) is known color: Conifer. HEX triplet: C0, FD and 5C. RGB value is (192,253,92). Sum of RGB (Red+Green+Blue) = 192+253+92=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FD5C is #3F02A3. Grayscale: #D8D8D8. Windows color (decimal): -4129444 or 6094272. OLE color: 6094272.
HSL color Cylindrical-coordinate representation of color #C0FD5C: hue angle of 82.73º 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 #C0FD5C is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 92 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.01 |
| HSL | 82.73º | 0.98% | 0.68% | - |
| HSV(B) | 82.73º | 0.64% | 0.99% | - |
| XYZ | 58.8 | 82.23 | 22.9 | - |
| YUV | 216.41 | 57.79 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 92 | 0.24 | 0 | 0.64 | 0.01 | 82.73 | 0.98 | 0.68 |
| Hex | C0 | FD | 5C | 18 | 0 | 40 | 1 | 53 | 62 | 44 |
| Octal | 300 | 375 | 134 | 30 | 0 | 100 | 1 | 123 | 142 | 104 |
| Binary | 11000000 | 11111101 | 1011100 | 11000 | 0 | 1000000 | 1 | 1010011 | 1100010 | 1000100 |
Color Harmonies of #C0FD5C
Complementary color
Monochromatic Colors of #C0FD5C
Black with #C0FD5C
Text Example
Text Example
White with #C0FD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FD5C; }
p { color: rgb(192,253,92); }
H1.HeaderClassName
{
color: #C0FD5C;
}
.AnyTagClassName
{
color: #C0FD5C;
}
</style>
background-color css
<style>
a { background-color: #C0FD5C; }
a { background-color: rgb(192,253,92); }
div.DivClassName
{
background-color: #C0FD5C;
}
.BgClassName
{
background-color: #C0FD5C;
}
</style>
border-color css
<style>
span { border-color: #C0FD5C; }
span { border-color: rgb(192,253,92); }
td.TdClassName
{
border-color: #C0FD5C;
}
.TagClassName
{
border-color: #C0FD5C;
}
</style>