Shades of Conifer #C0F551
Tints of Conifer #C0F551
RGB
CMYK
RGB Variations
Color information
#C0F551 (or 0xC0F551) is known color: Conifer. HEX triplet: C0, F5 and 51. RGB value is (192,245,81). Sum of RGB (Red+Green+Blue) = 192+245+81=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 81 (32.03% from 255 or 15.64% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F551 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F551 is #3F0AAE. Grayscale: #D3D3D3. Windows color (decimal): -4131503 or 5371328. OLE color: 5371328.
HSL color Cylindrical-coordinate representation of color #C0F551: hue angle of 79.39º 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 #C0F551 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 81 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.04 |
| HSL | 79.39º | 0.89% | 0.64% | - |
| HSV(B) | 79.39º | 0.67% | 0.96% | - |
| XYZ | 55.88 | 77.11 | 19.72 | - |
| YUV | 210.46 | 54.94 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 81 | 0.22 | 0 | 0.67 | 0.04 | 79.39 | 0.89 | 0.64 |
| Hex | C0 | F5 | 51 | 16 | 0 | 43 | 4 | 4F | 59 | 40 |
| Octal | 300 | 365 | 121 | 26 | 0 | 103 | 4 | 117 | 131 | 100 |
| Binary | 11000000 | 11110101 | 1010001 | 10110 | 0 | 1000011 | 100 | 1001111 | 1011001 | 1000000 |
Color Harmonies of #C0F551
Complementary color
Monochromatic Colors of #C0F551
Black with #C0F551
Text Example
Text Example
White with #C0F551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F551; }
p { color: rgb(192,245,81); }
H1.HeaderClassName
{
color: #C0F551;
}
.AnyTagClassName
{
color: #C0F551;
}
</style>
background-color css
<style>
a { background-color: #C0F551; }
a { background-color: rgb(192,245,81); }
div.DivClassName
{
background-color: #C0F551;
}
.BgClassName
{
background-color: #C0F551;
}
</style>
border-color css
<style>
span { border-color: #C0F551; }
span { border-color: rgb(192,245,81); }
td.TdClassName
{
border-color: #C0F551;
}
.TagClassName
{
border-color: #C0F551;
}
</style>