Shades of Fuego #C4CE33
Tints of Fuego #C4CE33
RGB
CMYK
RGB Variations
Color information
#C4CE33 (or 0xC4CE33) is known color: Fuego. HEX triplet: C4, CE and 33. RGB value is (196,206,51). Sum of RGB (Red+Green+Blue) = 196+206+51=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 51 (20.31% from 255 or 11.26% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CE33 is #3B31CC. Grayscale: #B9B9B9. Windows color (decimal): -3879373 or 3395268. OLE color: 3395268.
HSL color Cylindrical-coordinate representation of color #C4CE33: hue angle of 63.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4CE33 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 51 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.19 |
| HSL | 63.87º | 0.61% | 0.5% | - |
| HSV(B) | 63.87º | 0.75% | 0.81% | - |
| XYZ | 45.43 | 56.12 | 11.57 | - |
| YUV | 185.34 | 52.19 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 51 | 0.05 | 0 | 0.75 | 0.19 | 63.87 | 0.61 | 0.5 |
| Hex | C4 | CE | 33 | 5 | 0 | 4B | 13 | 40 | 3D | 32 |
| Octal | 304 | 316 | 63 | 5 | 0 | 113 | 23 | 100 | 75 | 62 |
| Binary | 11000100 | 11001110 | 110011 | 101 | 0 | 1001011 | 10011 | 1000000 | 111101 | 110010 |
Color Harmonies of #C4CE33
Complementary color
Monochromatic Colors of #C4CE33
Black with #C4CE33
Text Example
Text Example
White with #C4CE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CE33; }
p { color: rgb(196,206,51); }
H1.HeaderClassName
{
color: #C4CE33;
}
.AnyTagClassName
{
color: #C4CE33;
}
</style>
background-color css
<style>
a { background-color: #C4CE33; }
a { background-color: rgb(196,206,51); }
div.DivClassName
{
background-color: #C4CE33;
}
.BgClassName
{
background-color: #C4CE33;
}
</style>
border-color css
<style>
span { border-color: #C4CE33; }
span { border-color: rgb(196,206,51); }
td.TdClassName
{
border-color: #C4CE33;
}
.TagClassName
{
border-color: #C4CE33;
}
</style>