Shades of Fuego #C7D02B
Tints of Fuego #C7D02B
RGB
CMYK
RGB Variations
Color information
#C7D02B (or 0xC7D02B) is known color: Fuego. HEX triplet: C7, D0 and 2B. RGB value is (199,208,43). Sum of RGB (Red+Green+Blue) = 199+208+43=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D02B is #382FD4. Grayscale: #BBBBBB. Windows color (decimal): -3682261 or 2871495. OLE color: 2871495.
HSL color Cylindrical-coordinate representation of color #C7D02B: hue angle of 63.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7D02B is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 43 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.18 |
| HSL | 63.27º | 0.66% | 0.49% | - |
| HSV(B) | 63.27º | 0.79% | 0.82% | - |
| XYZ | 46.55 | 57.43 | 10.92 | - |
| YUV | 186.5 | 47.02 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 43 | 0.04 | 0 | 0.79 | 0.18 | 63.27 | 0.66 | 0.49 |
| Hex | C7 | D0 | 2B | 4 | 0 | 4F | 12 | 3F | 42 | 31 |
| Octal | 307 | 320 | 53 | 4 | 0 | 117 | 22 | 77 | 102 | 61 |
| Binary | 11000111 | 11010000 | 101011 | 100 | 0 | 1001111 | 10010 | 111111 | 1000010 | 110001 |
Color Harmonies of #C7D02B
Complementary color
Monochromatic Colors of #C7D02B
Black with #C7D02B
Text Example
Text Example
White with #C7D02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D02B; }
p { color: rgb(199,208,43); }
H1.HeaderClassName
{
color: #C7D02B;
}
.AnyTagClassName
{
color: #C7D02B;
}
</style>
background-color css
<style>
a { background-color: #C7D02B; }
a { background-color: rgb(199,208,43); }
div.DivClassName
{
background-color: #C7D02B;
}
.BgClassName
{
background-color: #C7D02B;
}
</style>
border-color css
<style>
span { border-color: #C7D02B; }
span { border-color: rgb(199,208,43); }
td.TdClassName
{
border-color: #C7D02B;
}
.TagClassName
{
border-color: #C7D02B;
}
</style>