Shades of Conifer #C0FC52
Tints of Conifer #C0FC52
RGB
CMYK
RGB Variations
Color information
#C0FC52 (or 0xC0FC52) is known color: Conifer. HEX triplet: C0, FC and 52. RGB value is (192,252,82). Sum of RGB (Red+Green+Blue) = 192+252+82=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 82 (32.42% from 255 or 15.59% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FC52 is #3F03AD. Grayscale: #D7D7D7. Windows color (decimal): -4129710 or 5438656. OLE color: 5438656.
HSL color Cylindrical-coordinate representation of color #C0FC52: hue angle of 81.18º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0FC52 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 82 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.01 |
| HSL | 81.18º | 0.97% | 0.65% | - |
| HSV(B) | 81.18º | 0.67% | 0.99% | - |
| XYZ | 58.07 | 81.44 | 20.64 | - |
| YUV | 214.68 | 53.12 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 82 | 0.24 | 0 | 0.67 | 0.01 | 81.18 | 0.97 | 0.65 |
| Hex | C0 | FC | 52 | 18 | 0 | 43 | 1 | 51 | 61 | 41 |
| Octal | 300 | 374 | 122 | 30 | 0 | 103 | 1 | 121 | 141 | 101 |
| Binary | 11000000 | 11111100 | 1010010 | 11000 | 0 | 1000011 | 1 | 1010001 | 1100001 | 1000001 |
Color Harmonies of #C0FC52
Complementary color
Monochromatic Colors of #C0FC52
Black with #C0FC52
Text Example
Text Example
White with #C0FC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC52; }
p { color: rgb(192,252,82); }
H1.HeaderClassName
{
color: #C0FC52;
}
.AnyTagClassName
{
color: #C0FC52;
}
</style>
background-color css
<style>
a { background-color: #C0FC52; }
a { background-color: rgb(192,252,82); }
div.DivClassName
{
background-color: #C0FC52;
}
.BgClassName
{
background-color: #C0FC52;
}
</style>
border-color css
<style>
span { border-color: #C0FC52; }
span { border-color: rgb(192,252,82); }
td.TdClassName
{
border-color: #C0FC52;
}
.TagClassName
{
border-color: #C0FC52;
}
</style>