Shades of Fuego #C2CE2E
Tints of Fuego #C2CE2E
RGB
CMYK
RGB Variations
Color information
#C2CE2E (or 0xC2CE2E) is known color: Fuego. HEX triplet: C2, CE and 2E. RGB value is (194,206,46). Sum of RGB (Red+Green+Blue) = 194+206+46=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CE2E is #3D31D1. Grayscale: #B8B8B8. Windows color (decimal): -4010450 or 3067586. OLE color: 3067586.
HSL color Cylindrical-coordinate representation of color #C2CE2E: hue angle of 64.5º degrees, saturation: 0.63, 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 #C2CE2E is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 46 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.19 |
| HSL | 64.5º | 0.63% | 0.49% | - |
| HSV(B) | 64.5º | 0.78% | 0.81% | - |
| XYZ | 44.81 | 55.81 | 11 | - |
| YUV | 184.17 | 50.02 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 46 | 0.06 | 0 | 0.78 | 0.19 | 64.5 | 0.63 | 0.49 |
| Hex | C2 | CE | 2E | 6 | 0 | 4E | 13 | 40 | 3F | 31 |
| Octal | 302 | 316 | 56 | 6 | 0 | 116 | 23 | 100 | 77 | 61 |
| Binary | 11000010 | 11001110 | 101110 | 110 | 0 | 1001110 | 10011 | 1000000 | 111111 | 110001 |
Color Harmonies of #C2CE2E
Complementary color
Monochromatic Colors of #C2CE2E
Black with #C2CE2E
Text Example
Text Example
White with #C2CE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CE2E; }
p { color: rgb(194,206,46); }
H1.HeaderClassName
{
color: #C2CE2E;
}
.AnyTagClassName
{
color: #C2CE2E;
}
</style>
background-color css
<style>
a { background-color: #C2CE2E; }
a { background-color: rgb(194,206,46); }
div.DivClassName
{
background-color: #C2CE2E;
}
.BgClassName
{
background-color: #C2CE2E;
}
</style>
border-color css
<style>
span { border-color: #C2CE2E; }
span { border-color: rgb(194,206,46); }
td.TdClassName
{
border-color: #C2CE2E;
}
.TagClassName
{
border-color: #C2CE2E;
}
</style>