Shades of Fuego #C5CE22
Tints of Fuego #C5CE22
RGB
CMYK
RGB Variations
Color information
#C5CE22 (or 0xC5CE22) is known color: Fuego. HEX triplet: C5, CE and 22. RGB value is (197,206,34). Sum of RGB (Red+Green+Blue) = 197+206+34=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 34 (13.67% from 255 or 7.78% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CE22 is #3A31DD. Grayscale: #B8B8B8. Windows color (decimal): -3813854 or 2281157. OLE color: 2281157.
HSL color Cylindrical-coordinate representation of color #C5CE22: hue angle of 63.14º 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 #C5CE22 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 34 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.19 |
| HSL | 63.14º | 0.72% | 0.47% | - |
| HSV(B) | 63.14º | 0.83% | 0.81% | - |
| XYZ | 45.39 | 56.13 | 9.96 | - |
| YUV | 183.7 | 43.52 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 34 | 0.04 | 0 | 0.83 | 0.19 | 63.14 | 0.72 | 0.47 |
| Hex | C5 | CE | 22 | 4 | 0 | 53 | 13 | 3F | 48 | 2F |
| Octal | 305 | 316 | 42 | 4 | 0 | 123 | 23 | 77 | 110 | 57 |
| Binary | 11000101 | 11001110 | 100010 | 100 | 0 | 1010011 | 10011 | 111111 | 1001000 | 101111 |
Color Harmonies of #C5CE22
Complementary color
Monochromatic Colors of #C5CE22
Black with #C5CE22
Text Example
Text Example
White with #C5CE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CE22; }
p { color: rgb(197,206,34); }
H1.HeaderClassName
{
color: #C5CE22;
}
.AnyTagClassName
{
color: #C5CE22;
}
</style>
background-color css
<style>
a { background-color: #C5CE22; }
a { background-color: rgb(197,206,34); }
div.DivClassName
{
background-color: #C5CE22;
}
.BgClassName
{
background-color: #C5CE22;
}
</style>
border-color css
<style>
span { border-color: #C5CE22; }
span { border-color: rgb(197,206,34); }
td.TdClassName
{
border-color: #C5CE22;
}
.TagClassName
{
border-color: #C5CE22;
}
</style>