Shades of Fuego #C0D722
Tints of Fuego #C0D722
RGB
CMYK
RGB Variations
Color information
#C0D722 (or 0xC0D722) is known color: Fuego. HEX triplet: C0, D7 and 22. RGB value is (192,215,34). Sum of RGB (Red+Green+Blue) = 192+215+34=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 34 (13.67% from 255 or 7.71% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D722 is #3F28DD. Grayscale: #BCBCBC. Windows color (decimal): -4139230 or 2283456. OLE color: 2283456.
HSL color Cylindrical-coordinate representation of color #C0D722: hue angle of 67.62º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0D722 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 34 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.16 |
| HSL | 67.62º | 0.73% | 0.49% | - |
| HSV(B) | 67.62º | 0.84% | 0.84% | - |
| XYZ | 46.33 | 59.92 | 10.64 | - |
| YUV | 187.49 | 41.38 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 34 | 0.11 | 0 | 0.84 | 0.16 | 67.62 | 0.73 | 0.49 |
| Hex | C0 | D7 | 22 | B | 0 | 54 | 10 | 44 | 49 | 31 |
| Octal | 300 | 327 | 42 | 13 | 0 | 124 | 20 | 104 | 111 | 61 |
| Binary | 11000000 | 11010111 | 100010 | 1011 | 0 | 1010100 | 10000 | 1000100 | 1001001 | 110001 |
Color Harmonies of #C0D722
Complementary color
Monochromatic Colors of #C0D722
Black with #C0D722
Text Example
Text Example
White with #C0D722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D722; }
p { color: rgb(192,215,34); }
H1.HeaderClassName
{
color: #C0D722;
}
.AnyTagClassName
{
color: #C0D722;
}
</style>
background-color css
<style>
a { background-color: #C0D722; }
a { background-color: rgb(192,215,34); }
div.DivClassName
{
background-color: #C0D722;
}
.BgClassName
{
background-color: #C0D722;
}
</style>
border-color css
<style>
span { border-color: #C0D722; }
span { border-color: rgb(192,215,34); }
td.TdClassName
{
border-color: #C0D722;
}
.TagClassName
{
border-color: #C0D722;
}
</style>