Shades of Fuego #C4DA2B
Tints of Fuego #C4DA2B
RGB
CMYK
RGB Variations
Color information
#C4DA2B (or 0xC4DA2B) is known color: Fuego. HEX triplet: C4, DA and 2B. RGB value is (196,218,43). Sum of RGB (Red+Green+Blue) = 196+218+43=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 43 (17.19% from 255 or 9.41% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DA2B is #3B25D4. Grayscale: #C0C0C0. Windows color (decimal): -3876309 or 2874052. OLE color: 2874052.
HSL color Cylindrical-coordinate representation of color #C4DA2B: hue angle of 67.54º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4DA2B is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 218 | 43 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.15 |
| HSL | 67.54º | 0.7% | 0.51% | - |
| HSV(B) | 67.54º | 0.8% | 0.85% | - |
| XYZ | 48.27 | 62.05 | 11.72 | - |
| YUV | 191.47 | 44.21 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 218 | 43 | 0.10 | 0 | 0.80 | 0.15 | 67.54 | 0.7 | 0.51 |
| Hex | C4 | DA | 2B | A | 0 | 50 | F | 44 | 46 | 33 |
| Octal | 304 | 332 | 53 | 12 | 0 | 120 | 17 | 104 | 106 | 63 |
| Binary | 11000100 | 11011010 | 101011 | 1010 | 0 | 1010000 | 1111 | 1000100 | 1000110 | 110011 |
Color Harmonies of #C4DA2B
Complementary color
Monochromatic Colors of #C4DA2B
Black with #C4DA2B
Text Example
Text Example
White with #C4DA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DA2B; }
p { color: rgb(196,218,43); }
H1.HeaderClassName
{
color: #C4DA2B;
}
.AnyTagClassName
{
color: #C4DA2B;
}
</style>
background-color css
<style>
a { background-color: #C4DA2B; }
a { background-color: rgb(196,218,43); }
div.DivClassName
{
background-color: #C4DA2B;
}
.BgClassName
{
background-color: #C4DA2B;
}
</style>
border-color css
<style>
span { border-color: #C4DA2B; }
span { border-color: rgb(196,218,43); }
td.TdClassName
{
border-color: #C4DA2B;
}
.TagClassName
{
border-color: #C4DA2B;
}
</style>