Shades of Fuego #C7D027
Tints of Fuego #C7D027
RGB
CMYK
RGB Variations
Color information
#C7D027 (or 0xC7D027) is known color: Fuego. HEX triplet: C7, D0 and 27. RGB value is (199,208,39). Sum of RGB (Red+Green+Blue) = 199+208+39=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 39 (15.62% from 255 or 8.74% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D027 is #382FD8. Grayscale: #BABABA. Windows color (decimal): -3682265 or 2609351. OLE color: 2609351.
HSL color Cylindrical-coordinate representation of color #C7D027: hue angle of 63.2º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7D027 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 39 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.18 |
| HSL | 63.2º | 0.68% | 0.48% | - |
| HSV(B) | 63.2º | 0.81% | 0.82% | - |
| XYZ | 46.48 | 57.4 | 10.55 | - |
| YUV | 186.04 | 45.02 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 39 | 0.04 | 0 | 0.81 | 0.18 | 63.2 | 0.68 | 0.48 |
| Hex | C7 | D0 | 27 | 4 | 0 | 51 | 12 | 3F | 44 | 30 |
| Octal | 307 | 320 | 47 | 4 | 0 | 121 | 22 | 77 | 104 | 60 |
| Binary | 11000111 | 11010000 | 100111 | 100 | 0 | 1010001 | 10010 | 111111 | 1000100 | 110000 |
Color Harmonies of #C7D027
Complementary color
Monochromatic Colors of #C7D027
Black with #C7D027
Text Example
Text Example
White with #C7D027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D027; }
p { color: rgb(199,208,39); }
H1.HeaderClassName
{
color: #C7D027;
}
.AnyTagClassName
{
color: #C7D027;
}
</style>
background-color css
<style>
a { background-color: #C7D027; }
a { background-color: rgb(199,208,39); }
div.DivClassName
{
background-color: #C7D027;
}
.BgClassName
{
background-color: #C7D027;
}
</style>
border-color css
<style>
span { border-color: #C7D027; }
span { border-color: rgb(199,208,39); }
td.TdClassName
{
border-color: #C7D027;
}
.TagClassName
{
border-color: #C7D027;
}
</style>