Shades of Fuego #C4D62B
Tints of Fuego #C4D62B
RGB
CMYK
RGB Variations
Color information
#C4D62B (or 0xC4D62B) is known color: Fuego. HEX triplet: C4, D6 and 2B. RGB value is (196,214,43). Sum of RGB (Red+Green+Blue) = 196+214+43=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 43 (17.19% from 255 or 9.49% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D62B is #3B29D4. Grayscale: #BDBDBD. Windows color (decimal): -3877333 or 2873028. OLE color: 2873028.
HSL color Cylindrical-coordinate representation of color #C4D62B: hue angle of 66.32º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4D62B is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 214 | 43 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.16 |
| HSL | 66.32º | 0.68% | 0.5% | - |
| HSV(B) | 66.32º | 0.8% | 0.84% | - |
| XYZ | 47.25 | 60 | 11.38 | - |
| YUV | 189.12 | 45.54 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 214 | 43 | 0.08 | 0 | 0.80 | 0.16 | 66.32 | 0.68 | 0.5 |
| Hex | C4 | D6 | 2B | 8 | 0 | 50 | 10 | 42 | 44 | 32 |
| Octal | 304 | 326 | 53 | 10 | 0 | 120 | 20 | 102 | 104 | 62 |
| Binary | 11000100 | 11010110 | 101011 | 1000 | 0 | 1010000 | 10000 | 1000010 | 1000100 | 110010 |
Color Harmonies of #C4D62B
Complementary color
Monochromatic Colors of #C4D62B
Black with #C4D62B
Text Example
Text Example
White with #C4D62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D62B; }
p { color: rgb(196,214,43); }
H1.HeaderClassName
{
color: #C4D62B;
}
.AnyTagClassName
{
color: #C4D62B;
}
</style>
background-color css
<style>
a { background-color: #C4D62B; }
a { background-color: rgb(196,214,43); }
div.DivClassName
{
background-color: #C4D62B;
}
.BgClassName
{
background-color: #C4D62B;
}
</style>
border-color css
<style>
span { border-color: #C4D62B; }
span { border-color: rgb(196,214,43); }
td.TdClassName
{
border-color: #C4D62B;
}
.TagClassName
{
border-color: #C4D62B;
}
</style>