Shades of Fuego #C7DA15
Tints of Fuego #C7DA15
RGB
CMYK
RGB Variations
Color information
#C7DA15 (or 0xC7DA15) is known color: Fuego. HEX triplet: C7, DA and 15. RGB value is (199,218,21). Sum of RGB (Red+Green+Blue) = 199+218+21=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 21 (8.59% from 255 or 4.79% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7DA15 is #3825EA. Grayscale: #BEBEBE. Windows color (decimal): -3679723 or 1432263. OLE color: 1432263.
HSL color Cylindrical-coordinate representation of color #C7DA15: hue angle of 65.79º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7DA15 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 218 | 21 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.15 |
| HSL | 65.79º | 0.82% | 0.47% | - |
| HSV(B) | 65.79º | 0.9% | 0.85% | - |
| XYZ | 48.76 | 62.34 | 10.17 | - |
| YUV | 189.86 | 32.71 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 218 | 21 | 0.09 | 0 | 0.90 | 0.15 | 65.79 | 0.82 | 0.47 |
| Hex | C7 | DA | 15 | 9 | 0 | 5A | F | 42 | 52 | 2F |
| Octal | 307 | 332 | 25 | 11 | 0 | 132 | 17 | 102 | 122 | 57 |
| Binary | 11000111 | 11011010 | 10101 | 1001 | 0 | 1011010 | 1111 | 1000010 | 1010010 | 101111 |
Color Harmonies of #C7DA15
Complementary color
Monochromatic Colors of #C7DA15
Black with #C7DA15
Text Example
Text Example
White with #C7DA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DA15; }
p { color: rgb(199,218,21); }
H1.HeaderClassName
{
color: #C7DA15;
}
.AnyTagClassName
{
color: #C7DA15;
}
</style>
background-color css
<style>
a { background-color: #C7DA15; }
a { background-color: rgb(199,218,21); }
div.DivClassName
{
background-color: #C7DA15;
}
.BgClassName
{
background-color: #C7DA15;
}
</style>
border-color css
<style>
span { border-color: #C7DA15; }
span { border-color: rgb(199,218,21); }
td.TdClassName
{
border-color: #C7DA15;
}
.TagClassName
{
border-color: #C7DA15;
}
</style>