Shades of Conifer #C0EF52
Tints of Conifer #C0EF52
RGB
CMYK
RGB Variations
Color information
#C0EF52 (or 0xC0EF52) is known color: Conifer. HEX triplet: C0, EF and 52. RGB value is (192,239,82). Sum of RGB (Red+Green+Blue) = 192+239+82=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EF52 is #3F10AD. Grayscale: #CFCFCF. Windows color (decimal): -4133038 or 5435328. OLE color: 5435328.
HSL color Cylindrical-coordinate representation of color #C0EF52: hue angle of 77.96º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0EF52 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 82 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.06 |
| HSL | 77.96º | 0.83% | 0.63% | - |
| HSV(B) | 77.96º | 0.66% | 0.94% | - |
| XYZ | 54.13 | 73.55 | 19.33 | - |
| YUV | 207.05 | 57.43 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 82 | 0.20 | 0 | 0.66 | 0.06 | 77.96 | 0.83 | 0.63 |
| Hex | C0 | EF | 52 | 14 | 0 | 42 | 6 | 4E | 53 | 3F |
| Octal | 300 | 357 | 122 | 24 | 0 | 102 | 6 | 116 | 123 | 77 |
| Binary | 11000000 | 11101111 | 1010010 | 10100 | 0 | 1000010 | 110 | 1001110 | 1010011 | 111111 |
Color Harmonies of #C0EF52
Complementary color
Monochromatic Colors of #C0EF52
Black with #C0EF52
Text Example
Text Example
White with #C0EF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EF52; }
p { color: rgb(192,239,82); }
H1.HeaderClassName
{
color: #C0EF52;
}
.AnyTagClassName
{
color: #C0EF52;
}
</style>
background-color css
<style>
a { background-color: #C0EF52; }
a { background-color: rgb(192,239,82); }
div.DivClassName
{
background-color: #C0EF52;
}
.BgClassName
{
background-color: #C0EF52;
}
</style>
border-color css
<style>
span { border-color: #C0EF52; }
span { border-color: rgb(192,239,82); }
td.TdClassName
{
border-color: #C0EF52;
}
.TagClassName
{
border-color: #C0EF52;
}
</style>