Shades of Fuego #C7DA19
Tints of Fuego #C7DA19
RGB
CMYK
RGB Variations
Color information
#C7DA19 (or 0xC7DA19) is known color: Fuego. HEX triplet: C7, DA and 19. RGB value is (199,218,25). Sum of RGB (Red+Green+Blue) = 199+218+25=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 25 (10.16% from 255 or 5.66% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7DA19 is #3825E6. Grayscale: #BFBFBF. Windows color (decimal): -3679719 or 1694407. OLE color: 1694407.
HSL color Cylindrical-coordinate representation of color #C7DA19: hue angle of 65.91º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7DA19 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 218 | 25 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.15 |
| HSL | 65.91º | 0.79% | 0.48% | - |
| HSV(B) | 65.91º | 0.89% | 0.85% | - |
| XYZ | 48.8 | 62.36 | 10.38 | - |
| YUV | 190.32 | 34.71 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 218 | 25 | 0.09 | 0 | 0.89 | 0.15 | 65.91 | 0.79 | 0.48 |
| Hex | C7 | DA | 19 | 9 | 0 | 59 | F | 42 | 4F | 30 |
| Octal | 307 | 332 | 31 | 11 | 0 | 131 | 17 | 102 | 117 | 60 |
| Binary | 11000111 | 11011010 | 11001 | 1001 | 0 | 1011001 | 1111 | 1000010 | 1001111 | 110000 |
Color Harmonies of #C7DA19
Complementary color
Monochromatic Colors of #C7DA19
Black with #C7DA19
Text Example
Text Example
White with #C7DA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DA19; }
p { color: rgb(199,218,25); }
H1.HeaderClassName
{
color: #C7DA19;
}
.AnyTagClassName
{
color: #C7DA19;
}
</style>
background-color css
<style>
a { background-color: #C7DA19; }
a { background-color: rgb(199,218,25); }
div.DivClassName
{
background-color: #C7DA19;
}
.BgClassName
{
background-color: #C7DA19;
}
</style>
border-color css
<style>
span { border-color: #C7DA19; }
span { border-color: rgb(199,218,25); }
td.TdClassName
{
border-color: #C7DA19;
}
.TagClassName
{
border-color: #C7DA19;
}
</style>