Shades of Conifer #C0FA4A
Tints of Conifer #C0FA4A
RGB
CMYK
RGB Variations
Color information
#C0FA4A (or 0xC0FA4A) is known color: Conifer. HEX triplet: C0, FA and 4A. RGB value is (192,250,74). Sum of RGB (Red+Green+Blue) = 192+250+74=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FA4A is #3F05B5. Grayscale: #D5D5D5. Windows color (decimal): -4130230 or 4913856. OLE color: 4913856.
HSL color Cylindrical-coordinate representation of color #C0FA4A: hue angle of 79.77º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0FA4A is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 74 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.02 |
| HSL | 79.77º | 0.95% | 0.64% | - |
| HSV(B) | 79.77º | 0.7% | 0.98% | - |
| XYZ | 57.16 | 80.07 | 18.92 | - |
| YUV | 212.59 | 49.78 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 74 | 0.23 | 0 | 0.70 | 0.02 | 79.77 | 0.95 | 0.64 |
| Hex | C0 | FA | 4A | 17 | 0 | 46 | 2 | 50 | 5F | 40 |
| Octal | 300 | 372 | 112 | 27 | 0 | 106 | 2 | 120 | 137 | 100 |
| Binary | 11000000 | 11111010 | 1001010 | 10111 | 0 | 1000110 | 10 | 1010000 | 1011111 | 1000000 |
Color Harmonies of #C0FA4A
Complementary color
Monochromatic Colors of #C0FA4A
Black with #C0FA4A
Text Example
Text Example
White with #C0FA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA4A; }
p { color: rgb(192,250,74); }
H1.HeaderClassName
{
color: #C0FA4A;
}
.AnyTagClassName
{
color: #C0FA4A;
}
</style>
background-color css
<style>
a { background-color: #C0FA4A; }
a { background-color: rgb(192,250,74); }
div.DivClassName
{
background-color: #C0FA4A;
}
.BgClassName
{
background-color: #C0FA4A;
}
</style>
border-color css
<style>
span { border-color: #C0FA4A; }
span { border-color: rgb(192,250,74); }
td.TdClassName
{
border-color: #C0FA4A;
}
.TagClassName
{
border-color: #C0FA4A;
}
</style>