Shades of Conifer #C0F552
Tints of Conifer #C0F552
RGB
CMYK
RGB Variations
Color information
#C0F552 (or 0xC0F552) is known color: Conifer. HEX triplet: C0, F5 and 52. RGB value is (192,245,82). Sum of RGB (Red+Green+Blue) = 192+245+82=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 82 (32.42% from 255 or 15.80% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F552 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F552 is #3F0AAD. Grayscale: #D3D3D3. Windows color (decimal): -4131502 or 5436864. OLE color: 5436864.
HSL color Cylindrical-coordinate representation of color #C0F552: hue angle of 79.51º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0F552 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 82 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.04 |
| HSL | 79.51º | 0.89% | 0.64% | - |
| HSV(B) | 79.51º | 0.67% | 0.96% | - |
| XYZ | 55.91 | 77.12 | 19.92 | - |
| YUV | 210.57 | 55.44 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 82 | 0.22 | 0 | 0.67 | 0.04 | 79.51 | 0.89 | 0.64 |
| Hex | C0 | F5 | 52 | 16 | 0 | 43 | 4 | 50 | 59 | 40 |
| Octal | 300 | 365 | 122 | 26 | 0 | 103 | 4 | 120 | 131 | 100 |
| Binary | 11000000 | 11110101 | 1010010 | 10110 | 0 | 1000011 | 100 | 1010000 | 1011001 | 1000000 |
Color Harmonies of #C0F552
Complementary color
Monochromatic Colors of #C0F552
Black with #C0F552
Text Example
Text Example
White with #C0F552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F552; }
p { color: rgb(192,245,82); }
H1.HeaderClassName
{
color: #C0F552;
}
.AnyTagClassName
{
color: #C0F552;
}
</style>
background-color css
<style>
a { background-color: #C0F552; }
a { background-color: rgb(192,245,82); }
div.DivClassName
{
background-color: #C0F552;
}
.BgClassName
{
background-color: #C0F552;
}
</style>
border-color css
<style>
span { border-color: #C0F552; }
span { border-color: rgb(192,245,82); }
td.TdClassName
{
border-color: #C0F552;
}
.TagClassName
{
border-color: #C0F552;
}
</style>