Shades of Fuego #C7D62E
Tints of Fuego #C7D62E
RGB
CMYK
RGB Variations
Color information
#C7D62E (or 0xC7D62E) is known color: Fuego. HEX triplet: C7, D6 and 2E. RGB value is (199,214,46). Sum of RGB (Red+Green+Blue) = 199+214+46=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 46 (18.36% from 255 or 10.02% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D62E is #3829D1. Grayscale: #BFBFBF. Windows color (decimal): -3680722 or 3069639. OLE color: 3069639.
HSL color Cylindrical-coordinate representation of color #C7D62E: hue angle of 65.36º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7D62E is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 46 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.16 |
| HSL | 65.36º | 0.67% | 0.51% | - |
| HSV(B) | 65.36º | 0.79% | 0.84% | - |
| XYZ | 48.09 | 60.43 | 11.71 | - |
| YUV | 190.36 | 46.53 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 46 | 0.07 | 0 | 0.79 | 0.16 | 65.36 | 0.67 | 0.51 |
| Hex | C7 | D6 | 2E | 7 | 0 | 4F | 10 | 41 | 43 | 33 |
| Octal | 307 | 326 | 56 | 7 | 0 | 117 | 20 | 101 | 103 | 63 |
| Binary | 11000111 | 11010110 | 101110 | 111 | 0 | 1001111 | 10000 | 1000001 | 1000011 | 110011 |
Color Harmonies of #C7D62E
Complementary color
Monochromatic Colors of #C7D62E
Black with #C7D62E
Text Example
Text Example
White with #C7D62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D62E; }
p { color: rgb(199,214,46); }
H1.HeaderClassName
{
color: #C7D62E;
}
.AnyTagClassName
{
color: #C7D62E;
}
</style>
background-color css
<style>
a { background-color: #C7D62E; }
a { background-color: rgb(199,214,46); }
div.DivClassName
{
background-color: #C7D62E;
}
.BgClassName
{
background-color: #C7D62E;
}
</style>
border-color css
<style>
span { border-color: #C7D62E; }
span { border-color: rgb(199,214,46); }
td.TdClassName
{
border-color: #C7D62E;
}
.TagClassName
{
border-color: #C7D62E;
}
</style>