Shades of Conifer #C0FD50
Tints of Conifer #C0FD50
RGB
CMYK
RGB Variations
Color information
#C0FD50 (or 0xC0FD50) is known color: Conifer. HEX triplet: C0, FD and 50. RGB value is (192,253,80). Sum of RGB (Red+Green+Blue) = 192+253+80=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FD50 is #3F02AF. Grayscale: #D7D7D7. Windows color (decimal): -4129456 or 5307840. OLE color: 5307840.
HSL color Cylindrical-coordinate representation of color #C0FD50: hue angle of 81.16º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0FD50 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 80 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.01 |
| HSL | 81.16º | 0.98% | 0.65% | - |
| HSV(B) | 81.16º | 0.68% | 0.99% | - |
| XYZ | 58.31 | 82.04 | 20.35 | - |
| YUV | 215.04 | 51.79 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 80 | 0.24 | 0 | 0.68 | 0.01 | 81.16 | 0.98 | 0.65 |
| Hex | C0 | FD | 50 | 18 | 0 | 44 | 1 | 51 | 62 | 41 |
| Octal | 300 | 375 | 120 | 30 | 0 | 104 | 1 | 121 | 142 | 101 |
| Binary | 11000000 | 11111101 | 1010000 | 11000 | 0 | 1000100 | 1 | 1010001 | 1100010 | 1000001 |
Color Harmonies of #C0FD50
Complementary color
Monochromatic Colors of #C0FD50
Black with #C0FD50
Text Example
Text Example
White with #C0FD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FD50; }
p { color: rgb(192,253,80); }
H1.HeaderClassName
{
color: #C0FD50;
}
.AnyTagClassName
{
color: #C0FD50;
}
</style>
background-color css
<style>
a { background-color: #C0FD50; }
a { background-color: rgb(192,253,80); }
div.DivClassName
{
background-color: #C0FD50;
}
.BgClassName
{
background-color: #C0FD50;
}
</style>
border-color css
<style>
span { border-color: #C0FD50; }
span { border-color: rgb(192,253,80); }
td.TdClassName
{
border-color: #C0FD50;
}
.TagClassName
{
border-color: #C0FD50;
}
</style>