Shades of Conifer #C0F45C
Tints of Conifer #C0F45C
RGB
CMYK
RGB Variations
Color information
#C0F45C (or 0xC0F45C) is known color: Conifer. HEX triplet: C0, F4 and 5C. RGB value is (192,244,92). Sum of RGB (Red+Green+Blue) = 192+244+92=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F45C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F45C is #3F0BA3. Grayscale: #D3D3D3. Windows color (decimal): -4131748 or 6091968. OLE color: 6091968.
HSL color Cylindrical-coordinate representation of color #C0F45C: hue angle of 80.53º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0F45C is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 92 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.04 |
| HSL | 80.53º | 0.87% | 0.66% | - |
| HSV(B) | 80.53º | 0.62% | 0.96% | - |
| XYZ | 56.02 | 76.68 | 21.97 | - |
| YUV | 211.12 | 60.77 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 92 | 0.21 | 0 | 0.62 | 0.04 | 80.53 | 0.87 | 0.66 |
| Hex | C0 | F4 | 5C | 15 | 0 | 3E | 4 | 51 | 57 | 42 |
| Octal | 300 | 364 | 134 | 25 | 0 | 76 | 4 | 121 | 127 | 102 |
| Binary | 11000000 | 11110100 | 1011100 | 10101 | 0 | 111110 | 100 | 1010001 | 1010111 | 1000010 |
Color Harmonies of #C0F45C
Complementary color
Monochromatic Colors of #C0F45C
Black with #C0F45C
Text Example
Text Example
White with #C0F45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F45C; }
p { color: rgb(192,244,92); }
H1.HeaderClassName
{
color: #C0F45C;
}
.AnyTagClassName
{
color: #C0F45C;
}
</style>
background-color css
<style>
a { background-color: #C0F45C; }
a { background-color: rgb(192,244,92); }
div.DivClassName
{
background-color: #C0F45C;
}
.BgClassName
{
background-color: #C0F45C;
}
</style>
border-color css
<style>
span { border-color: #C0F45C; }
span { border-color: rgb(192,244,92); }
td.TdClassName
{
border-color: #C0F45C;
}
.TagClassName
{
border-color: #C0F45C;
}
</style>