Shades of Fuego #C0CE2D
Tints of Fuego #C0CE2D
RGB
CMYK
RGB Variations
Color information
#C0CE2D (or 0xC0CE2D) is known color: Fuego. HEX triplet: C0, CE and 2D. RGB value is (192,206,45). Sum of RGB (Red+Green+Blue) = 192+206+45=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CE2D is #3F31D2. Grayscale: #B8B8B8. Windows color (decimal): -4141523 or 3002048. OLE color: 3002048.
HSL color Cylindrical-coordinate representation of color #C0CE2D: hue angle of 65.22º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0CE2D is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 45 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.19 |
| HSL | 65.22º | 0.64% | 0.49% | - |
| HSV(B) | 65.22º | 0.78% | 0.81% | - |
| XYZ | 44.28 | 55.54 | 10.87 | - |
| YUV | 183.46 | 49.86 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 45 | 0.07 | 0 | 0.78 | 0.19 | 65.22 | 0.64 | 0.49 |
| Hex | C0 | CE | 2D | 7 | 0 | 4E | 13 | 41 | 40 | 31 |
| Octal | 300 | 316 | 55 | 7 | 0 | 116 | 23 | 101 | 100 | 61 |
| Binary | 11000000 | 11001110 | 101101 | 111 | 0 | 1001110 | 10011 | 1000001 | 1000000 | 110001 |
Color Harmonies of #C0CE2D
Complementary color
Monochromatic Colors of #C0CE2D
Black with #C0CE2D
Text Example
Text Example
White with #C0CE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CE2D; }
p { color: rgb(192,206,45); }
H1.HeaderClassName
{
color: #C0CE2D;
}
.AnyTagClassName
{
color: #C0CE2D;
}
</style>
background-color css
<style>
a { background-color: #C0CE2D; }
a { background-color: rgb(192,206,45); }
div.DivClassName
{
background-color: #C0CE2D;
}
.BgClassName
{
background-color: #C0CE2D;
}
</style>
border-color css
<style>
span { border-color: #C0CE2D; }
span { border-color: rgb(192,206,45); }
td.TdClassName
{
border-color: #C0CE2D;
}
.TagClassName
{
border-color: #C0CE2D;
}
</style>