Shades of Conifer #C0EF54
Tints of Conifer #C0EF54
RGB
CMYK
RGB Variations
Color information
#C0EF54 (or 0xC0EF54) is known color: Conifer. HEX triplet: C0, EF and 54. RGB value is (192,239,84). Sum of RGB (Red+Green+Blue) = 192+239+84=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EF54 is #3F10AB. Grayscale: #CFCFCF. Windows color (decimal): -4133036 or 5566400. OLE color: 5566400.
HSL color Cylindrical-coordinate representation of color #C0EF54: hue angle of 78.19º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0EF54 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 84 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.06 |
| HSL | 78.19º | 0.83% | 0.63% | - |
| HSV(B) | 78.19º | 0.65% | 0.94% | - |
| XYZ | 54.2 | 73.58 | 19.73 | - |
| YUV | 207.28 | 58.43 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 84 | 0.20 | 0 | 0.65 | 0.06 | 78.19 | 0.83 | 0.63 |
| Hex | C0 | EF | 54 | 14 | 0 | 41 | 6 | 4E | 53 | 3F |
| Octal | 300 | 357 | 124 | 24 | 0 | 101 | 6 | 116 | 123 | 77 |
| Binary | 11000000 | 11101111 | 1010100 | 10100 | 0 | 1000001 | 110 | 1001110 | 1010011 | 111111 |
Color Harmonies of #C0EF54
Complementary color
Monochromatic Colors of #C0EF54
Black with #C0EF54
Text Example
Text Example
White with #C0EF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EF54; }
p { color: rgb(192,239,84); }
H1.HeaderClassName
{
color: #C0EF54;
}
.AnyTagClassName
{
color: #C0EF54;
}
</style>
background-color css
<style>
a { background-color: #C0EF54; }
a { background-color: rgb(192,239,84); }
div.DivClassName
{
background-color: #C0EF54;
}
.BgClassName
{
background-color: #C0EF54;
}
</style>
border-color css
<style>
span { border-color: #C0EF54; }
span { border-color: rgb(192,239,84); }
td.TdClassName
{
border-color: #C0EF54;
}
.TagClassName
{
border-color: #C0EF54;
}
</style>