Shades of Conifer #C0FA4E
Tints of Conifer #C0FA4E
RGB
CMYK
RGB Variations
Color information
#C0FA4E (or 0xC0FA4E) is known color: Conifer. HEX triplet: C0, FA and 4E. RGB value is (192,250,78). Sum of RGB (Red+Green+Blue) = 192+250+78=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 78 (30.86% from 255 or 15% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA4E is #3F05B1. Grayscale: #D5D5D5. Windows color (decimal): -4130226 or 5176000. OLE color: 5176000.
HSL color Cylindrical-coordinate representation of color #C0FA4E: hue angle of 80.23º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0FA4E is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 78 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.02 |
| HSL | 80.23º | 0.95% | 0.64% | - |
| HSV(B) | 80.23º | 0.69% | 0.98% | - |
| XYZ | 57.3 | 80.13 | 19.65 | - |
| YUV | 213.05 | 51.78 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 78 | 0.23 | 0 | 0.69 | 0.02 | 80.23 | 0.95 | 0.64 |
| Hex | C0 | FA | 4E | 17 | 0 | 45 | 2 | 50 | 5F | 40 |
| Octal | 300 | 372 | 116 | 27 | 0 | 105 | 2 | 120 | 137 | 100 |
| Binary | 11000000 | 11111010 | 1001110 | 10111 | 0 | 1000101 | 10 | 1010000 | 1011111 | 1000000 |
Color Harmonies of #C0FA4E
Complementary color
Monochromatic Colors of #C0FA4E
Black with #C0FA4E
Text Example
Text Example
White with #C0FA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA4E; }
p { color: rgb(192,250,78); }
H1.HeaderClassName
{
color: #C0FA4E;
}
.AnyTagClassName
{
color: #C0FA4E;
}
</style>
background-color css
<style>
a { background-color: #C0FA4E; }
a { background-color: rgb(192,250,78); }
div.DivClassName
{
background-color: #C0FA4E;
}
.BgClassName
{
background-color: #C0FA4E;
}
</style>
border-color css
<style>
span { border-color: #C0FA4E; }
span { border-color: rgb(192,250,78); }
td.TdClassName
{
border-color: #C0FA4E;
}
.TagClassName
{
border-color: #C0FA4E;
}
</style>