Shades of Fuego #C7D62B
Tints of Fuego #C7D62B
RGB
CMYK
RGB Variations
Color information
#C7D62B (or 0xC7D62B) is known color: Fuego. HEX triplet: C7, D6 and 2B. RGB value is (199,214,43). Sum of RGB (Red+Green+Blue) = 199+214+43=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 43 (17.19% from 255 or 9.43% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D62B is #3829D4. Grayscale: #BEBEBE. Windows color (decimal): -3680725 or 2873031. OLE color: 2873031.
HSL color Cylindrical-coordinate representation of color #C7D62B: hue angle of 65.26º 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 #C7D62B is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 43 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.16 |
| HSL | 65.26º | 0.68% | 0.5% | - |
| HSV(B) | 65.26º | 0.8% | 0.84% | - |
| XYZ | 48.04 | 60.41 | 11.41 | - |
| YUV | 190.02 | 45.03 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 43 | 0.07 | 0 | 0.80 | 0.16 | 65.26 | 0.68 | 0.5 |
| Hex | C7 | D6 | 2B | 7 | 0 | 50 | 10 | 41 | 44 | 32 |
| Octal | 307 | 326 | 53 | 7 | 0 | 120 | 20 | 101 | 104 | 62 |
| Binary | 11000111 | 11010110 | 101011 | 111 | 0 | 1010000 | 10000 | 1000001 | 1000100 | 110010 |
Color Harmonies of #C7D62B
Complementary color
Monochromatic Colors of #C7D62B
Black with #C7D62B
Text Example
Text Example
White with #C7D62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D62B; }
p { color: rgb(199,214,43); }
H1.HeaderClassName
{
color: #C7D62B;
}
.AnyTagClassName
{
color: #C7D62B;
}
</style>
background-color css
<style>
a { background-color: #C7D62B; }
a { background-color: rgb(199,214,43); }
div.DivClassName
{
background-color: #C7D62B;
}
.BgClassName
{
background-color: #C7D62B;
}
</style>
border-color css
<style>
span { border-color: #C7D62B; }
span { border-color: rgb(199,214,43); }
td.TdClassName
{
border-color: #C7D62B;
}
.TagClassName
{
border-color: #C7D62B;
}
</style>