Shades of Fuego #C7DA1E
Tints of Fuego #C7DA1E
RGB
CMYK
RGB Variations
Color information
#C7DA1E (or 0xC7DA1E) is known color: Fuego. HEX triplet: C7, DA and 1E. RGB value is (199,218,30). Sum of RGB (Red+Green+Blue) = 199+218+30=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 30 (12.11% from 255 or 6.71% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DA1E is #3825E1. Grayscale: #BFBFBF. Windows color (decimal): -3679714 or 2022087. OLE color: 2022087.
HSL color Cylindrical-coordinate representation of color #C7DA1E: hue angle of 66.06º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7DA1E is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
RGB | 199 | 218 | 30 | - |
CMYK | 0.09 | 0 | 0.86 | 0.15 |
HSL | 66.06º | 0.76% | 0.49% | - |
HSV(B) | 66.06º | 0.86% | 0.85% | - |
XYZ | 48.86 | 62.38 | 10.69 | - |
YUV | 190.89 | 37.21 | 133.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 218 | 30 | 0.09 | 0 | 0.86 | 0.15 | 66.06 | 0.76 | 0.49 |
Hex | C7 | DA | 1E | 9 | 0 | 56 | F | 42 | 4C | 31 |
Octal | 307 | 332 | 36 | 11 | 0 | 126 | 17 | 102 | 114 | 61 |
Binary | 11000111 | 11011010 | 11110 | 1001 | 0 | 1010110 | 1111 | 1000010 | 1001100 | 110001 |
Color Harmonies of #C7DA1E
Complementary color
Monochromatic Colors of #C7DA1E
Black with #C7DA1E
Text Example
Text Example
White with #C7DA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DA1E; }
p { color: rgb(199,218,30); }
H1.HeaderClassName
{
color: #C7DA1E;
}
.AnyTagClassName
{
color: #C7DA1E;
}
</style>
background-color css
<style>
a { background-color: #C7DA1E; }
a { background-color: rgb(199,218,30); }
div.DivClassName
{
background-color: #C7DA1E;
}
.BgClassName
{
background-color: #C7DA1E;
}
</style>
border-color css
<style>
span { border-color: #C7DA1E; }
span { border-color: rgb(199,218,30); }
td.TdClassName
{
border-color: #C7DA1E;
}
.TagClassName
{
border-color: #C7DA1E;
}
</style>