Shades of Fuego #C4CE22
Tints of Fuego #C4CE22
RGB
CMYK
RGB Variations
Color information
#C4CE22 (or 0xC4CE22) is known color: Fuego. HEX triplet: C4, CE and 22. RGB value is (196,206,34). Sum of RGB (Red+Green+Blue) = 196+206+34=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 34 (13.67% from 255 or 7.80% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CE22 is #3B31DD. Grayscale: #B8B8B8. Windows color (decimal): -3879390 or 2281156. OLE color: 2281156.
HSL color Cylindrical-coordinate representation of color #C4CE22: hue angle of 63.49º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4CE22 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 34 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.19 |
| HSL | 63.49º | 0.72% | 0.47% | - |
| HSV(B) | 63.49º | 0.83% | 0.81% | - |
| XYZ | 45.12 | 55.99 | 9.94 | - |
| YUV | 183.4 | 43.69 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 34 | 0.05 | 0 | 0.83 | 0.19 | 63.49 | 0.72 | 0.47 |
| Hex | C4 | CE | 22 | 5 | 0 | 53 | 13 | 3F | 48 | 2F |
| Octal | 304 | 316 | 42 | 5 | 0 | 123 | 23 | 77 | 110 | 57 |
| Binary | 11000100 | 11001110 | 100010 | 101 | 0 | 1010011 | 10011 | 111111 | 1001000 | 101111 |
Color Harmonies of #C4CE22
Complementary color
Monochromatic Colors of #C4CE22
Black with #C4CE22
Text Example
Text Example
White with #C4CE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CE22; }
p { color: rgb(196,206,34); }
H1.HeaderClassName
{
color: #C4CE22;
}
.AnyTagClassName
{
color: #C4CE22;
}
</style>
background-color css
<style>
a { background-color: #C4CE22; }
a { background-color: rgb(196,206,34); }
div.DivClassName
{
background-color: #C4CE22;
}
.BgClassName
{
background-color: #C4CE22;
}
</style>
border-color css
<style>
span { border-color: #C4CE22; }
span { border-color: rgb(196,206,34); }
td.TdClassName
{
border-color: #C4CE22;
}
.TagClassName
{
border-color: #C4CE22;
}
</style>