Shades of Conifer #C0F052
Tints of Conifer #C0F052
RGB
CMYK
RGB Variations
Color information
#C0F052 (or 0xC0F052) is known color: Conifer. HEX triplet: C0, F0 and 52. RGB value is (192,240,82). Sum of RGB (Red+Green+Blue) = 192+240+82=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F052 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F052 is #3F0FAD. Grayscale: #D0D0D0. Windows color (decimal): -4132782 or 5435584. OLE color: 5435584.
HSL color Cylindrical-coordinate representation of color #C0F052: hue angle of 78.23º degrees, saturation: 0.84, 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 #C0F052 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 82 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.06 |
| HSL | 78.23º | 0.84% | 0.63% | - |
| HSV(B) | 78.23º | 0.66% | 0.94% | - |
| XYZ | 54.42 | 74.14 | 19.42 | - |
| YUV | 207.64 | 57.1 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 82 | 0.20 | 0 | 0.66 | 0.06 | 78.23 | 0.84 | 0.63 |
| Hex | C0 | F0 | 52 | 14 | 0 | 42 | 6 | 4E | 54 | 3F |
| Octal | 300 | 360 | 122 | 24 | 0 | 102 | 6 | 116 | 124 | 77 |
| Binary | 11000000 | 11110000 | 1010010 | 10100 | 0 | 1000010 | 110 | 1001110 | 1010100 | 111111 |
Color Harmonies of #C0F052
Complementary color
Monochromatic Colors of #C0F052
Black with #C0F052
Text Example
Text Example
White with #C0F052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F052; }
p { color: rgb(192,240,82); }
H1.HeaderClassName
{
color: #C0F052;
}
.AnyTagClassName
{
color: #C0F052;
}
</style>
background-color css
<style>
a { background-color: #C0F052; }
a { background-color: rgb(192,240,82); }
div.DivClassName
{
background-color: #C0F052;
}
.BgClassName
{
background-color: #C0F052;
}
</style>
border-color css
<style>
span { border-color: #C0F052; }
span { border-color: rgb(192,240,82); }
td.TdClassName
{
border-color: #C0F052;
}
.TagClassName
{
border-color: #C0F052;
}
</style>