Shades of Conifer #C0F351
Tints of Conifer #C0F351
RGB
CMYK
RGB Variations
Color information
#C0F351 (or 0xC0F351) is known color: Conifer. HEX triplet: C0, F3 and 51. RGB value is (192,243,81). Sum of RGB (Red+Green+Blue) = 192+243+81=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 81 (32.03% from 255 or 15.70% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F351 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F351 is #3F0CAE. Grayscale: #D1D1D1. Windows color (decimal): -4132015 or 5370816. OLE color: 5370816.
HSL color Cylindrical-coordinate representation of color #C0F351: hue angle of 78.89º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0F351 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 81 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.05 |
| HSL | 78.89º | 0.87% | 0.64% | - |
| HSV(B) | 78.89º | 0.67% | 0.95% | - |
| XYZ | 55.27 | 75.9 | 19.52 | - |
| YUV | 209.28 | 55.6 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 81 | 0.21 | 0 | 0.67 | 0.05 | 78.89 | 0.87 | 0.64 |
| Hex | C0 | F3 | 51 | 15 | 0 | 43 | 5 | 4F | 57 | 40 |
| Octal | 300 | 363 | 121 | 25 | 0 | 103 | 5 | 117 | 127 | 100 |
| Binary | 11000000 | 11110011 | 1010001 | 10101 | 0 | 1000011 | 101 | 1001111 | 1010111 | 1000000 |
Color Harmonies of #C0F351
Complementary color
Monochromatic Colors of #C0F351
Black with #C0F351
Text Example
Text Example
White with #C0F351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F351; }
p { color: rgb(192,243,81); }
H1.HeaderClassName
{
color: #C0F351;
}
.AnyTagClassName
{
color: #C0F351;
}
</style>
background-color css
<style>
a { background-color: #C0F351; }
a { background-color: rgb(192,243,81); }
div.DivClassName
{
background-color: #C0F351;
}
.BgClassName
{
background-color: #C0F351;
}
</style>
border-color css
<style>
span { border-color: #C0F351; }
span { border-color: rgb(192,243,81); }
td.TdClassName
{
border-color: #C0F351;
}
.TagClassName
{
border-color: #C0F351;
}
</style>