Shades of Fuego #C7E01E
Tints of Fuego #C7E01E
RGB
CMYK
RGB Variations
Color information
#C7E01E (or 0xC7E01E) is known color: Fuego. HEX triplet: C7, E0 and 1E. RGB value is (199,224,30). Sum of RGB (Red+Green+Blue) = 199+224+30=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 30 (12.11% from 255 or 6.62% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E01E is #381FE1. Grayscale: #C3C3C3. Windows color (decimal): -3678178 or 2023623. OLE color: 2023623.
HSL color Cylindrical-coordinate representation of color #C7E01E: hue angle of 67.73º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7E01E is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 224 | 30 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.12 |
| HSL | 67.73º | 0.76% | 0.5% | - |
| HSV(B) | 67.73º | 0.87% | 0.88% | - |
| XYZ | 50.44 | 65.55 | 11.22 | - |
| YUV | 194.41 | 35.22 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 224 | 30 | 0.11 | 0 | 0.87 | 0.12 | 67.73 | 0.76 | 0.5 |
| Hex | C7 | E0 | 1E | B | 0 | 57 | C | 44 | 4C | 32 |
| Octal | 307 | 340 | 36 | 13 | 0 | 127 | 14 | 104 | 114 | 62 |
| Binary | 11000111 | 11100000 | 11110 | 1011 | 0 | 1010111 | 1100 | 1000100 | 1001100 | 110010 |
Color Harmonies of #C7E01E
Complementary color
Monochromatic Colors of #C7E01E
Black with #C7E01E
Text Example
Text Example
White with #C7E01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E01E; }
p { color: rgb(199,224,30); }
H1.HeaderClassName
{
color: #C7E01E;
}
.AnyTagClassName
{
color: #C7E01E;
}
</style>
background-color css
<style>
a { background-color: #C7E01E; }
a { background-color: rgb(199,224,30); }
div.DivClassName
{
background-color: #C7E01E;
}
.BgClassName
{
background-color: #C7E01E;
}
</style>
border-color css
<style>
span { border-color: #C7E01E; }
span { border-color: rgb(199,224,30); }
td.TdClassName
{
border-color: #C7E01E;
}
.TagClassName
{
border-color: #C7E01E;
}
</style>