Shades of Fuego #C0CF2E
Tints of Fuego #C0CF2E
RGB
CMYK
RGB Variations
Color information
#C0CF2E (or 0xC0CF2E) is known color: Fuego. HEX triplet: C0, CF and 2E. RGB value is (192,207,46). Sum of RGB (Red+Green+Blue) = 192+207+46=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 46 (18.36% from 255 or 10.34% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CF2E is #3F30D1. Grayscale: #B8B8B8. Windows color (decimal): -4141266 or 3067840. OLE color: 3067840.
HSL color Cylindrical-coordinate representation of color #C0CF2E: hue angle of 65.59º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0CF2E is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 46 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.19 |
| HSL | 65.59º | 0.64% | 0.5% | - |
| HSV(B) | 65.59º | 0.78% | 0.81% | - |
| XYZ | 44.54 | 56.03 | 11.05 | - |
| YUV | 184.16 | 50.03 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 46 | 0.07 | 0 | 0.78 | 0.19 | 65.59 | 0.64 | 0.5 |
| Hex | C0 | CF | 2E | 7 | 0 | 4E | 13 | 42 | 40 | 32 |
| Octal | 300 | 317 | 56 | 7 | 0 | 116 | 23 | 102 | 100 | 62 |
| Binary | 11000000 | 11001111 | 101110 | 111 | 0 | 1001110 | 10011 | 1000010 | 1000000 | 110010 |
Color Harmonies of #C0CF2E
Complementary color
Monochromatic Colors of #C0CF2E
Black with #C0CF2E
Text Example
Text Example
White with #C0CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF2E; }
p { color: rgb(192,207,46); }
H1.HeaderClassName
{
color: #C0CF2E;
}
.AnyTagClassName
{
color: #C0CF2E;
}
</style>
background-color css
<style>
a { background-color: #C0CF2E; }
a { background-color: rgb(192,207,46); }
div.DivClassName
{
background-color: #C0CF2E;
}
.BgClassName
{
background-color: #C0CF2E;
}
</style>
border-color css
<style>
span { border-color: #C0CF2E; }
span { border-color: rgb(192,207,46); }
td.TdClassName
{
border-color: #C0CF2E;
}
.TagClassName
{
border-color: #C0CF2E;
}
</style>