Shades of Conifer #C0F352
Tints of Conifer #C0F352
RGB
CMYK
RGB Variations
Color information
#C0F352 (or 0xC0F352) is known color: Conifer. HEX triplet: C0, F3 and 52. RGB value is (192,243,82). Sum of RGB (Red+Green+Blue) = 192+243+82=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F352 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F352 is #3F0CAD. Grayscale: #D1D1D1. Windows color (decimal): -4132014 or 5436352. OLE color: 5436352.
HSL color Cylindrical-coordinate representation of color #C0F352: hue angle of 79.01º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0F352 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 82 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.05 |
| HSL | 79.01º | 0.87% | 0.64% | - |
| HSV(B) | 79.01º | 0.66% | 0.95% | - |
| XYZ | 55.31 | 75.92 | 19.72 | - |
| YUV | 209.4 | 56.1 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 82 | 0.21 | 0 | 0.66 | 0.05 | 79.01 | 0.87 | 0.64 |
| Hex | C0 | F3 | 52 | 15 | 0 | 42 | 5 | 4F | 57 | 40 |
| Octal | 300 | 363 | 122 | 25 | 0 | 102 | 5 | 117 | 127 | 100 |
| Binary | 11000000 | 11110011 | 1010010 | 10101 | 0 | 1000010 | 101 | 1001111 | 1010111 | 1000000 |
Color Harmonies of #C0F352
Complementary color
Monochromatic Colors of #C0F352
Black with #C0F352
Text Example
Text Example
White with #C0F352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F352; }
p { color: rgb(192,243,82); }
H1.HeaderClassName
{
color: #C0F352;
}
.AnyTagClassName
{
color: #C0F352;
}
</style>
background-color css
<style>
a { background-color: #C0F352; }
a { background-color: rgb(192,243,82); }
div.DivClassName
{
background-color: #C0F352;
}
.BgClassName
{
background-color: #C0F352;
}
</style>
border-color css
<style>
span { border-color: #C0F352; }
span { border-color: rgb(192,243,82); }
td.TdClassName
{
border-color: #C0F352;
}
.TagClassName
{
border-color: #C0F352;
}
</style>