Shades of Fuego #C2D02F
Tints of Fuego #C2D02F
RGB
CMYK
RGB Variations
Color information
#C2D02F (or 0xC2D02F) is known color: Fuego. HEX triplet: C2, D0 and 2F. RGB value is (194,208,47). Sum of RGB (Red+Green+Blue) = 194+208+47=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D02F is #3D2FD0. Grayscale: #BABABA. Windows color (decimal): -4009937 or 3133634. OLE color: 3133634.
HSL color Cylindrical-coordinate representation of color #C2D02F: hue angle of 65.22º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2D02F is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 47 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.18 |
| HSL | 65.22º | 0.63% | 0.5% | - |
| HSV(B) | 65.22º | 0.77% | 0.82% | - |
| XYZ | 45.32 | 56.79 | 11.26 | - |
| YUV | 185.46 | 49.86 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 47 | 0.07 | 0 | 0.77 | 0.18 | 65.22 | 0.63 | 0.5 |
| Hex | C2 | D0 | 2F | 7 | 0 | 4D | 12 | 41 | 3F | 32 |
| Octal | 302 | 320 | 57 | 7 | 0 | 115 | 22 | 101 | 77 | 62 |
| Binary | 11000010 | 11010000 | 101111 | 111 | 0 | 1001101 | 10010 | 1000001 | 111111 | 110010 |
Color Harmonies of #C2D02F
Complementary color
Monochromatic Colors of #C2D02F
Black with #C2D02F
Text Example
Text Example
White with #C2D02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D02F; }
p { color: rgb(194,208,47); }
H1.HeaderClassName
{
color: #C2D02F;
}
.AnyTagClassName
{
color: #C2D02F;
}
</style>
background-color css
<style>
a { background-color: #C2D02F; }
a { background-color: rgb(194,208,47); }
div.DivClassName
{
background-color: #C2D02F;
}
.BgClassName
{
background-color: #C2D02F;
}
</style>
border-color css
<style>
span { border-color: #C2D02F; }
span { border-color: rgb(194,208,47); }
td.TdClassName
{
border-color: #C2D02F;
}
.TagClassName
{
border-color: #C2D02F;
}
</style>