Shades of Conifer #C0F058
Tints of Conifer #C0F058
RGB
CMYK
RGB Variations
Color information
#C0F058 (or 0xC0F058) is known color: Conifer. HEX triplet: C0, F0 and 58. RGB value is (192,240,88). Sum of RGB (Red+Green+Blue) = 192+240+88=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F058 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F058 is #3F0FA7. Grayscale: #D0D0D0. Windows color (decimal): -4132776 or 5828800. OLE color: 5828800.
HSL color Cylindrical-coordinate representation of color #C0F058: hue angle of 78.95º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0F058 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 88 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.06 |
| HSL | 78.95º | 0.84% | 0.64% | - |
| HSV(B) | 78.95º | 0.63% | 0.94% | - |
| XYZ | 54.66 | 74.23 | 20.68 | - |
| YUV | 208.32 | 60.1 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 88 | 0.20 | 0 | 0.63 | 0.06 | 78.95 | 0.84 | 0.64 |
| Hex | C0 | F0 | 58 | 14 | 0 | 3F | 6 | 4F | 54 | 40 |
| Octal | 300 | 360 | 130 | 24 | 0 | 77 | 6 | 117 | 124 | 100 |
| Binary | 11000000 | 11110000 | 1011000 | 10100 | 0 | 111111 | 110 | 1001111 | 1010100 | 1000000 |
Color Harmonies of #C0F058
Complementary color
Monochromatic Colors of #C0F058
Black with #C0F058
Text Example
Text Example
White with #C0F058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F058; }
p { color: rgb(192,240,88); }
H1.HeaderClassName
{
color: #C0F058;
}
.AnyTagClassName
{
color: #C0F058;
}
</style>
background-color css
<style>
a { background-color: #C0F058; }
a { background-color: rgb(192,240,88); }
div.DivClassName
{
background-color: #C0F058;
}
.BgClassName
{
background-color: #C0F058;
}
</style>
border-color css
<style>
span { border-color: #C0F058; }
span { border-color: rgb(192,240,88); }
td.TdClassName
{
border-color: #C0F058;
}
.TagClassName
{
border-color: #C0F058;
}
</style>