Shades of Fuego #C7E31F
Tints of Fuego #C7E31F
RGB
CMYK
RGB Variations
Color information
#C7E31F (or 0xC7E31F) is known color: Fuego. HEX triplet: C7, E3 and 1F. RGB value is (199,227,31). Sum of RGB (Red+Green+Blue) = 199+227+31=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 227 (89.06% from 255 or 49.67% from 457); Blue value is 31 (12.5% from 255 or 6.78% from 457); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E31F is #381CE0. Grayscale: #C5C5C5. Windows color (decimal): -3677409 or 2089927. OLE color: 2089927.
HSL color Cylindrical-coordinate representation of color #C7E31F: hue angle of 68.57º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7E31F is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 227 | 31 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.11 |
| HSL | 68.57º | 0.78% | 0.51% | - |
| HSV(B) | 68.57º | 0.86% | 0.89% | - |
| XYZ | 51.27 | 67.18 | 11.56 | - |
| YUV | 196.28 | 34.72 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 227 | 31 | 0.12 | 0 | 0.86 | 0.11 | 68.57 | 0.78 | 0.51 |
| Hex | C7 | E3 | 1F | C | 0 | 56 | B | 45 | 4E | 33 |
| Octal | 307 | 343 | 37 | 14 | 0 | 126 | 13 | 105 | 116 | 63 |
| Binary | 11000111 | 11100011 | 11111 | 1100 | 0 | 1010110 | 1011 | 1000101 | 1001110 | 110011 |
Color Harmonies of #C7E31F
Complementary color
Monochromatic Colors of #C7E31F
Black with #C7E31F
Text Example
Text Example
White with #C7E31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E31F; }
p { color: rgb(199,227,31); }
H1.HeaderClassName
{
color: #C7E31F;
}
.AnyTagClassName
{
color: #C7E31F;
}
</style>
background-color css
<style>
a { background-color: #C7E31F; }
a { background-color: rgb(199,227,31); }
div.DivClassName
{
background-color: #C7E31F;
}
.BgClassName
{
background-color: #C7E31F;
}
</style>
border-color css
<style>
span { border-color: #C7E31F; }
span { border-color: rgb(199,227,31); }
td.TdClassName
{
border-color: #C7E31F;
}
.TagClassName
{
border-color: #C7E31F;
}
</style>