Shades of Conifer #C0FA5E
Tints of Conifer #C0FA5E
RGB
CMYK
RGB Variations
Color information
#C0FA5E (or 0xC0FA5E) is known color: Conifer. HEX triplet: C0, FA and 5E. RGB value is (192,250,94). Sum of RGB (Red+Green+Blue) = 192+250+94=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA5E is #3F05A1. Grayscale: #D7D7D7. Windows color (decimal): -4130210 or 6224576. OLE color: 6224576.
HSL color Cylindrical-coordinate representation of color #C0FA5E: hue angle of 82.31º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0FA5E is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 94 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.02 |
| HSL | 82.31º | 0.94% | 0.67% | - |
| HSV(B) | 82.31º | 0.62% | 0.98% | - |
| XYZ | 57.94 | 80.39 | 23.05 | - |
| YUV | 214.87 | 59.78 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 94 | 0.23 | 0 | 0.62 | 0.02 | 82.31 | 0.94 | 0.67 |
| Hex | C0 | FA | 5E | 17 | 0 | 3E | 2 | 52 | 5E | 43 |
| Octal | 300 | 372 | 136 | 27 | 0 | 76 | 2 | 122 | 136 | 103 |
| Binary | 11000000 | 11111010 | 1011110 | 10111 | 0 | 111110 | 10 | 1010010 | 1011110 | 1000011 |
Color Harmonies of #C0FA5E
Complementary color
Monochromatic Colors of #C0FA5E
Black with #C0FA5E
Text Example
Text Example
White with #C0FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA5E; }
p { color: rgb(192,250,94); }
H1.HeaderClassName
{
color: #C0FA5E;
}
.AnyTagClassName
{
color: #C0FA5E;
}
</style>
background-color css
<style>
a { background-color: #C0FA5E; }
a { background-color: rgb(192,250,94); }
div.DivClassName
{
background-color: #C0FA5E;
}
.BgClassName
{
background-color: #C0FA5E;
}
</style>
border-color css
<style>
span { border-color: #C0FA5E; }
span { border-color: rgb(192,250,94); }
td.TdClassName
{
border-color: #C0FA5E;
}
.TagClassName
{
border-color: #C0FA5E;
}
</style>