Shades of Conifer #C0F852
Tints of Conifer #C0F852
RGB
CMYK
RGB Variations
Color information
#C0F852 (or 0xC0F852) is known color: Conifer. HEX triplet: C0, F8 and 52. RGB value is (192,248,82). Sum of RGB (Red+Green+Blue) = 192+248+82=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 82 (32.42% from 255 or 15.71% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F852 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F852 is #3F07AD. Grayscale: #D4D4D4. Windows color (decimal): -4130734 or 5437632. OLE color: 5437632.
HSL color Cylindrical-coordinate representation of color #C0F852: hue angle of 80.24º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0F852 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 82 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.03 |
| HSL | 80.24º | 0.92% | 0.65% | - |
| HSV(B) | 80.24º | 0.67% | 0.97% | - |
| XYZ | 56.83 | 78.95 | 20.23 | - |
| YUV | 212.33 | 54.45 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 82 | 0.23 | 0 | 0.67 | 0.03 | 80.24 | 0.92 | 0.65 |
| Hex | C0 | F8 | 52 | 17 | 0 | 43 | 3 | 50 | 5C | 41 |
| Octal | 300 | 370 | 122 | 27 | 0 | 103 | 3 | 120 | 134 | 101 |
| Binary | 11000000 | 11111000 | 1010010 | 10111 | 0 | 1000011 | 11 | 1010000 | 1011100 | 1000001 |
Color Harmonies of #C0F852
Complementary color
Monochromatic Colors of #C0F852
Black with #C0F852
Text Example
Text Example
White with #C0F852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F852; }
p { color: rgb(192,248,82); }
H1.HeaderClassName
{
color: #C0F852;
}
.AnyTagClassName
{
color: #C0F852;
}
</style>
background-color css
<style>
a { background-color: #C0F852; }
a { background-color: rgb(192,248,82); }
div.DivClassName
{
background-color: #C0F852;
}
.BgClassName
{
background-color: #C0F852;
}
</style>
border-color css
<style>
span { border-color: #C0F852; }
span { border-color: rgb(192,248,82); }
td.TdClassName
{
border-color: #C0F852;
}
.TagClassName
{
border-color: #C0F852;
}
</style>