Shades of Conifer #C0FD5F
Tints of Conifer #C0FD5F
RGB
CMYK
RGB Variations
Color information
#C0FD5F (or 0xC0FD5F) is known color: Conifer. HEX triplet: C0, FD and 5F. RGB value is (192,253,95). Sum of RGB (Red+Green+Blue) = 192+253+95=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 95 (37.5% from 255 or 17.59% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FD5F is #3F02A0. Grayscale: #D9D9D9. Windows color (decimal): -4129441 or 6290880. OLE color: 6290880.
HSL color Cylindrical-coordinate representation of color #C0FD5F: hue angle of 83.16º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0FD5F is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 95 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.01 |
| HSL | 83.16º | 0.98% | 0.68% | - |
| HSV(B) | 83.16º | 0.62% | 0.99% | - |
| XYZ | 58.93 | 82.28 | 23.6 | - |
| YUV | 216.75 | 59.29 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 95 | 0.24 | 0 | 0.62 | 0.01 | 83.16 | 0.98 | 0.68 |
| Hex | C0 | FD | 5F | 18 | 0 | 3E | 1 | 53 | 62 | 44 |
| Octal | 300 | 375 | 137 | 30 | 0 | 76 | 1 | 123 | 142 | 104 |
| Binary | 11000000 | 11111101 | 1011111 | 11000 | 0 | 111110 | 1 | 1010011 | 1100010 | 1000100 |
Color Harmonies of #C0FD5F
Complementary color
Monochromatic Colors of #C0FD5F
Black with #C0FD5F
Text Example
Text Example
White with #C0FD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FD5F; }
p { color: rgb(192,253,95); }
H1.HeaderClassName
{
color: #C0FD5F;
}
.AnyTagClassName
{
color: #C0FD5F;
}
</style>
background-color css
<style>
a { background-color: #C0FD5F; }
a { background-color: rgb(192,253,95); }
div.DivClassName
{
background-color: #C0FD5F;
}
.BgClassName
{
background-color: #C0FD5F;
}
</style>
border-color css
<style>
span { border-color: #C0FD5F; }
span { border-color: rgb(192,253,95); }
td.TdClassName
{
border-color: #C0FD5F;
}
.TagClassName
{
border-color: #C0FD5F;
}
</style>