Shades of Conifer #C0F055
Tints of Conifer #C0F055
RGB
CMYK
RGB Variations
Color information
#C0F055 (or 0xC0F055) is known color: Conifer. HEX triplet: C0, F0 and 55. RGB value is (192,240,85). Sum of RGB (Red+Green+Blue) = 192+240+85=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F055 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F055 is #3F0FAA. Grayscale: #D0D0D0. Windows color (decimal): -4132779 or 5632192. OLE color: 5632192.
HSL color Cylindrical-coordinate representation of color #C0F055: hue angle of 78.58º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0F055 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 85 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.06 |
| HSL | 78.58º | 0.84% | 0.64% | - |
| HSV(B) | 78.58º | 0.65% | 0.94% | - |
| XYZ | 54.54 | 74.18 | 20.04 | - |
| YUV | 207.98 | 58.6 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 85 | 0.20 | 0 | 0.65 | 0.06 | 78.58 | 0.84 | 0.64 |
| Hex | C0 | F0 | 55 | 14 | 0 | 41 | 6 | 4F | 54 | 40 |
| Octal | 300 | 360 | 125 | 24 | 0 | 101 | 6 | 117 | 124 | 100 |
| Binary | 11000000 | 11110000 | 1010101 | 10100 | 0 | 1000001 | 110 | 1001111 | 1010100 | 1000000 |
Color Harmonies of #C0F055
Complementary color
Monochromatic Colors of #C0F055
Black with #C0F055
Text Example
Text Example
White with #C0F055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F055; }
p { color: rgb(192,240,85); }
H1.HeaderClassName
{
color: #C0F055;
}
.AnyTagClassName
{
color: #C0F055;
}
</style>
background-color css
<style>
a { background-color: #C0F055; }
a { background-color: rgb(192,240,85); }
div.DivClassName
{
background-color: #C0F055;
}
.BgClassName
{
background-color: #C0F055;
}
</style>
border-color css
<style>
span { border-color: #C0F055; }
span { border-color: rgb(192,240,85); }
td.TdClassName
{
border-color: #C0F055;
}
.TagClassName
{
border-color: #C0F055;
}
</style>