Shades of Conifer #C0F45D
Tints of Conifer #C0F45D
RGB
CMYK
RGB Variations
Color information
#C0F45D (or 0xC0F45D) is known color: Conifer. HEX triplet: C0, F4 and 5D. RGB value is (192,244,93). Sum of RGB (Red+Green+Blue) = 192+244+93=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F45D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F45D is #3F0BA2. Grayscale: #D3D3D3. Windows color (decimal): -4131747 or 6157504. OLE color: 6157504.
HSL color Cylindrical-coordinate representation of color #C0F45D: hue angle of 80.66º 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 #C0F45D is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 93 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.04 |
| HSL | 80.66º | 0.87% | 0.66% | - |
| HSV(B) | 80.66º | 0.62% | 0.96% | - |
| XYZ | 56.06 | 76.7 | 22.21 | - |
| YUV | 211.24 | 61.27 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 93 | 0.21 | 0 | 0.62 | 0.04 | 80.66 | 0.87 | 0.66 |
| Hex | C0 | F4 | 5D | 15 | 0 | 3E | 4 | 51 | 57 | 42 |
| Octal | 300 | 364 | 135 | 25 | 0 | 76 | 4 | 121 | 127 | 102 |
| Binary | 11000000 | 11110100 | 1011101 | 10101 | 0 | 111110 | 100 | 1010001 | 1010111 | 1000010 |
Color Harmonies of #C0F45D
Complementary color
Monochromatic Colors of #C0F45D
Black with #C0F45D
Text Example
Text Example
White with #C0F45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F45D; }
p { color: rgb(192,244,93); }
H1.HeaderClassName
{
color: #C0F45D;
}
.AnyTagClassName
{
color: #C0F45D;
}
</style>
background-color css
<style>
a { background-color: #C0F45D; }
a { background-color: rgb(192,244,93); }
div.DivClassName
{
background-color: #C0F45D;
}
.BgClassName
{
background-color: #C0F45D;
}
</style>
border-color css
<style>
span { border-color: #C0F45D; }
span { border-color: rgb(192,244,93); }
td.TdClassName
{
border-color: #C0F45D;
}
.TagClassName
{
border-color: #C0F45D;
}
</style>