Shades of Conifer #C0F44C
Tints of Conifer #C0F44C
RGB
CMYK
RGB Variations
Color information
#C0F44C (or 0xC0F44C) is known color: Conifer. HEX triplet: C0, F4 and 4C. RGB value is (192,244,76). Sum of RGB (Red+Green+Blue) = 192+244+76=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F44C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F44C is #3F0BB3. Grayscale: #D1D1D1. Windows color (decimal): -4131764 or 5043392. OLE color: 5043392.
HSL color Cylindrical-coordinate representation of color #C0F44C: hue angle of 78.57º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0F44C is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 76 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.04 |
| HSL | 78.57º | 0.88% | 0.63% | - |
| HSV(B) | 78.57º | 0.69% | 0.96% | - |
| XYZ | 55.39 | 76.43 | 18.67 | - |
| YUV | 209.3 | 52.77 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 76 | 0.21 | 0 | 0.69 | 0.04 | 78.57 | 0.88 | 0.63 |
| Hex | C0 | F4 | 4C | 15 | 0 | 45 | 4 | 4F | 58 | 3F |
| Octal | 300 | 364 | 114 | 25 | 0 | 105 | 4 | 117 | 130 | 77 |
| Binary | 11000000 | 11110100 | 1001100 | 10101 | 0 | 1000101 | 100 | 1001111 | 1011000 | 111111 |
Color Harmonies of #C0F44C
Complementary color
Monochromatic Colors of #C0F44C
Black with #C0F44C
Text Example
Text Example
White with #C0F44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F44C; }
p { color: rgb(192,244,76); }
H1.HeaderClassName
{
color: #C0F44C;
}
.AnyTagClassName
{
color: #C0F44C;
}
</style>
background-color css
<style>
a { background-color: #C0F44C; }
a { background-color: rgb(192,244,76); }
div.DivClassName
{
background-color: #C0F44C;
}
.BgClassName
{
background-color: #C0F44C;
}
</style>
border-color css
<style>
span { border-color: #C0F44C; }
span { border-color: rgb(192,244,76); }
td.TdClassName
{
border-color: #C0F44C;
}
.TagClassName
{
border-color: #C0F44C;
}
</style>