Shades of Conifer #C0F45A
Tints of Conifer #C0F45A
RGB
CMYK
RGB Variations
Color information
#C0F45A (or 0xC0F45A) is known color: Conifer. HEX triplet: C0, F4 and 5A. RGB value is (192,244,90). Sum of RGB (Red+Green+Blue) = 192+244+90=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 244 (95.70% from 255 or 46.39% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F45A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F45A is #3F0BA5. Grayscale: #D3D3D3. Windows color (decimal): -4131750 or 5960896. OLE color: 5960896.
HSL color Cylindrical-coordinate representation of color #C0F45A: hue angle of 80.26º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0F45A is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 90 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.04 |
| HSL | 80.26º | 0.88% | 0.65% | - |
| HSV(B) | 80.26º | 0.63% | 0.96% | - |
| XYZ | 55.93 | 76.65 | 21.52 | - |
| YUV | 210.9 | 59.77 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 90 | 0.21 | 0 | 0.63 | 0.04 | 80.26 | 0.88 | 0.65 |
| Hex | C0 | F4 | 5A | 15 | 0 | 3F | 4 | 50 | 58 | 41 |
| Octal | 300 | 364 | 132 | 25 | 0 | 77 | 4 | 120 | 130 | 101 |
| Binary | 11000000 | 11110100 | 1011010 | 10101 | 0 | 111111 | 100 | 1010000 | 1011000 | 1000001 |
Color Harmonies of #C0F45A
Complementary color
Monochromatic Colors of #C0F45A
Black with #C0F45A
Text Example
Text Example
White with #C0F45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F45A; }
p { color: rgb(192,244,90); }
H1.HeaderClassName
{
color: #C0F45A;
}
.AnyTagClassName
{
color: #C0F45A;
}
</style>
background-color css
<style>
a { background-color: #C0F45A; }
a { background-color: rgb(192,244,90); }
div.DivClassName
{
background-color: #C0F45A;
}
.BgClassName
{
background-color: #C0F45A;
}
</style>
border-color css
<style>
span { border-color: #C0F45A; }
span { border-color: rgb(192,244,90); }
td.TdClassName
{
border-color: #C0F45A;
}
.TagClassName
{
border-color: #C0F45A;
}
</style>