Shades of Fuego #C7E21B
Tints of Fuego #C7E21B
RGB
CMYK
RGB Variations
Color information
#C7E21B (or 0xC7E21B) is known color: Fuego. HEX triplet: C7, E2 and 1B. RGB value is (199,226,27). Sum of RGB (Red+Green+Blue) = 199+226+27=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 226 (88.67% from 255 or 50% from 452); Blue value is 27 (10.94% from 255 or 5.97% from 452); Max value from RGB is 226 - color contains mainly: green. Hex color #C7E21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E21B is #381DE4. Grayscale: #C4C4C4. Windows color (decimal): -3677669 or 1827527. OLE color: 1827527.
HSL color Cylindrical-coordinate representation of color #C7E21B: hue angle of 68.14º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7E21B is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 226 | 27 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.11 |
| HSL | 68.14º | 0.79% | 0.5% | - |
| HSV(B) | 68.14º | 0.88% | 0.89% | - |
| XYZ | 50.95 | 66.61 | 11.21 | - |
| YUV | 195.24 | 33.05 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 226 | 27 | 0.12 | 0 | 0.88 | 0.11 | 68.14 | 0.79 | 0.5 |
| Hex | C7 | E2 | 1B | C | 0 | 58 | B | 44 | 4F | 32 |
| Octal | 307 | 342 | 33 | 14 | 0 | 130 | 13 | 104 | 117 | 62 |
| Binary | 11000111 | 11100010 | 11011 | 1100 | 0 | 1011000 | 1011 | 1000100 | 1001111 | 110010 |
Color Harmonies of #C7E21B
Complementary color
Monochromatic Colors of #C7E21B
Black with #C7E21B
Text Example
Text Example
White with #C7E21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E21B; }
p { color: rgb(199,226,27); }
H1.HeaderClassName
{
color: #C7E21B;
}
.AnyTagClassName
{
color: #C7E21B;
}
</style>
background-color css
<style>
a { background-color: #C7E21B; }
a { background-color: rgb(199,226,27); }
div.DivClassName
{
background-color: #C7E21B;
}
.BgClassName
{
background-color: #C7E21B;
}
</style>
border-color css
<style>
span { border-color: #C7E21B; }
span { border-color: rgb(199,226,27); }
td.TdClassName
{
border-color: #C7E21B;
}
.TagClassName
{
border-color: #C7E21B;
}
</style>