Shades of Fuego #C4D92A
Tints of Fuego #C4D92A
RGB
CMYK
RGB Variations
Color information
#C4D92A (or 0xC4D92A) is known color: Fuego. HEX triplet: C4, D9 and 2A. RGB value is (196,217,42). Sum of RGB (Red+Green+Blue) = 196+217+42=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D92A is #3B26D5. Grayscale: #BFBFBF. Windows color (decimal): -3876566 or 2808260. OLE color: 2808260.
HSL color Cylindrical-coordinate representation of color #C4D92A: hue angle of 67.2º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4D92A is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 217 | 42 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.15 |
| HSL | 67.2º | 0.7% | 0.51% | - |
| HSV(B) | 67.2º | 0.81% | 0.85% | - |
| XYZ | 48 | 61.53 | 11.54 | - |
| YUV | 190.77 | 44.04 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 217 | 42 | 0.10 | 0 | 0.81 | 0.15 | 67.2 | 0.7 | 0.51 |
| Hex | C4 | D9 | 2A | A | 0 | 51 | F | 43 | 46 | 33 |
| Octal | 304 | 331 | 52 | 12 | 0 | 121 | 17 | 103 | 106 | 63 |
| Binary | 11000100 | 11011001 | 101010 | 1010 | 0 | 1010001 | 1111 | 1000011 | 1000110 | 110011 |
Color Harmonies of #C4D92A
Complementary color
Monochromatic Colors of #C4D92A
Black with #C4D92A
Text Example
Text Example
White with #C4D92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D92A; }
p { color: rgb(196,217,42); }
H1.HeaderClassName
{
color: #C4D92A;
}
.AnyTagClassName
{
color: #C4D92A;
}
</style>
background-color css
<style>
a { background-color: #C4D92A; }
a { background-color: rgb(196,217,42); }
div.DivClassName
{
background-color: #C4D92A;
}
.BgClassName
{
background-color: #C4D92A;
}
</style>
border-color css
<style>
span { border-color: #C4D92A; }
span { border-color: rgb(196,217,42); }
td.TdClassName
{
border-color: #C4D92A;
}
.TagClassName
{
border-color: #C4D92A;
}
</style>