Shades of Conifer #C0EF44
Tints of Conifer #C0EF44
RGB
CMYK
RGB Variations
Color information
#C0EF44 (or 0xC0EF44) is known color: Conifer. HEX triplet: C0, EF and 44. RGB value is (192,239,68). Sum of RGB (Red+Green+Blue) = 192+239+68=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EF44 is #3F10BB. Grayscale: #CECECE. Windows color (decimal): -4133052 or 4517824. OLE color: 4517824.
HSL color Cylindrical-coordinate representation of color #C0EF44: hue angle of 76.49º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0EF44 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 68 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.06 |
| HSL | 76.49º | 0.84% | 0.6% | - |
| HSV(B) | 76.49º | 0.72% | 0.94% | - |
| XYZ | 53.65 | 73.36 | 16.8 | - |
| YUV | 205.45 | 50.43 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 68 | 0.20 | 0 | 0.72 | 0.06 | 76.49 | 0.84 | 0.6 |
| Hex | C0 | EF | 44 | 14 | 0 | 48 | 6 | 4C | 54 | 3C |
| Octal | 300 | 357 | 104 | 24 | 0 | 110 | 6 | 114 | 124 | 74 |
| Binary | 11000000 | 11101111 | 1000100 | 10100 | 0 | 1001000 | 110 | 1001100 | 1010100 | 111100 |
Color Harmonies of #C0EF44
Complementary color
Monochromatic Colors of #C0EF44
Black with #C0EF44
Text Example
Text Example
White with #C0EF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EF44; }
p { color: rgb(192,239,68); }
H1.HeaderClassName
{
color: #C0EF44;
}
.AnyTagClassName
{
color: #C0EF44;
}
</style>
background-color css
<style>
a { background-color: #C0EF44; }
a { background-color: rgb(192,239,68); }
div.DivClassName
{
background-color: #C0EF44;
}
.BgClassName
{
background-color: #C0EF44;
}
</style>
border-color css
<style>
span { border-color: #C0EF44; }
span { border-color: rgb(192,239,68); }
td.TdClassName
{
border-color: #C0EF44;
}
.TagClassName
{
border-color: #C0EF44;
}
</style>