Shades of Fuego #C4D72B
Tints of Fuego #C4D72B
RGB
CMYK
RGB Variations
Color information
#C4D72B (or 0xC4D72B) is known color: Fuego. HEX triplet: C4, D7 and 2B. RGB value is (196,215,43). Sum of RGB (Red+Green+Blue) = 196+215+43=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 43 (17.19% from 255 or 9.47% from 454); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D72B is #3B28D4. Grayscale: #BEBEBE. Windows color (decimal): -3877077 or 2873284. OLE color: 2873284.
HSL color Cylindrical-coordinate representation of color #C4D72B: hue angle of 66.63º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4D72B is Cyan = 0.09, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 215 | 43 | - |
| CMYK | 0.09 | 0 | 0.8 | 0.16 |
| HSL | 66.63º | 0.68% | 0.51% | - |
| HSV(B) | 66.63º | 0.8% | 0.84% | - |
| XYZ | 47.5 | 60.51 | 11.46 | - |
| YUV | 189.71 | 45.21 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 215 | 43 | 0.09 | 0 | 0.8 | 0.16 | 66.63 | 0.68 | 0.51 |
| Hex | C4 | D7 | 2B | 9 | 0 | 50 | 10 | 43 | 44 | 33 |
| Octal | 304 | 327 | 53 | 11 | 0 | 120 | 20 | 103 | 104 | 63 |
| Binary | 11000100 | 11010111 | 101011 | 1001 | 0 | 1010000 | 10000 | 1000011 | 1000100 | 110011 |
Color Harmonies of #C4D72B
Complementary color
Monochromatic Colors of #C4D72B
Black with #C4D72B
Text Example
Text Example
White with #C4D72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D72B; }
p { color: rgb(196,215,43); }
H1.HeaderClassName
{
color: #C4D72B;
}
.AnyTagClassName
{
color: #C4D72B;
}
</style>
background-color css
<style>
a { background-color: #C4D72B; }
a { background-color: rgb(196,215,43); }
div.DivClassName
{
background-color: #C4D72B;
}
.BgClassName
{
background-color: #C4D72B;
}
</style>
border-color css
<style>
span { border-color: #C4D72B; }
span { border-color: rgb(196,215,43); }
td.TdClassName
{
border-color: #C4D72B;
}
.TagClassName
{
border-color: #C4D72B;
}
</style>