Shades of Conifer #C0E25F
Tints of Conifer #C0E25F
RGB
CMYK
RGB Variations
Color information
#C0E25F (or 0xC0E25F) is known color: Conifer. HEX triplet: C0, E2 and 5F. RGB value is (192,226,95). Sum of RGB (Red+Green+Blue) = 192+226+95=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 95 (37.5% from 255 or 18.52% from 513); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E25F is #3F1DA0. Grayscale: #C9C9C9. Windows color (decimal): -4136353 or 6283968. OLE color: 6283968.
HSL color Cylindrical-coordinate representation of color #C0E25F: hue angle of 75.57º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0E25F is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 95 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.11 |
| HSL | 75.57º | 0.69% | 0.63% | - |
| HSV(B) | 75.57º | 0.58% | 0.89% | - |
| XYZ | 51 | 66.43 | 20.96 | - |
| YUV | 200.9 | 68.24 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 95 | 0.15 | 0 | 0.58 | 0.11 | 75.57 | 0.69 | 0.63 |
| Hex | C0 | E2 | 5F | F | 0 | 3A | B | 4C | 45 | 3F |
| Octal | 300 | 342 | 137 | 17 | 0 | 72 | 13 | 114 | 105 | 77 |
| Binary | 11000000 | 11100010 | 1011111 | 1111 | 0 | 111010 | 1011 | 1001100 | 1000101 | 111111 |
Color Harmonies of #C0E25F
Complementary color
Monochromatic Colors of #C0E25F
Black with #C0E25F
Text Example
Text Example
White with #C0E25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E25F; }
p { color: rgb(192,226,95); }
H1.HeaderClassName
{
color: #C0E25F;
}
.AnyTagClassName
{
color: #C0E25F;
}
</style>
background-color css
<style>
a { background-color: #C0E25F; }
a { background-color: rgb(192,226,95); }
div.DivClassName
{
background-color: #C0E25F;
}
.BgClassName
{
background-color: #C0E25F;
}
</style>
border-color css
<style>
span { border-color: #C0E25F; }
span { border-color: rgb(192,226,95); }
td.TdClassName
{
border-color: #C0E25F;
}
.TagClassName
{
border-color: #C0E25F;
}
</style>