Shades of Fuego #C2D62F
Tints of Fuego #C2D62F
RGB
CMYK
RGB Variations
Color information
#C2D62F (or 0xC2D62F) is known color: Fuego. HEX triplet: C2, D6 and 2F. RGB value is (194,214,47). Sum of RGB (Red+Green+Blue) = 194+214+47=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 47 (18.75% from 255 or 10.33% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D62F is #3D29D0. Grayscale: #BDBDBD. Windows color (decimal): -4008401 or 3135170. OLE color: 3135170.
HSL color Cylindrical-coordinate representation of color #C2D62F: hue angle of 67.19º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2D62F is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 47 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.16 |
| HSL | 67.19º | 0.67% | 0.51% | - |
| HSV(B) | 67.19º | 0.78% | 0.84% | - |
| XYZ | 46.81 | 59.77 | 11.76 | - |
| YUV | 188.98 | 47.87 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 47 | 0.09 | 0 | 0.78 | 0.16 | 67.19 | 0.67 | 0.51 |
| Hex | C2 | D6 | 2F | 9 | 0 | 4E | 10 | 43 | 43 | 33 |
| Octal | 302 | 326 | 57 | 11 | 0 | 116 | 20 | 103 | 103 | 63 |
| Binary | 11000010 | 11010110 | 101111 | 1001 | 0 | 1001110 | 10000 | 1000011 | 1000011 | 110011 |
Color Harmonies of #C2D62F
Complementary color
Monochromatic Colors of #C2D62F
Black with #C2D62F
Text Example
Text Example
White with #C2D62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D62F; }
p { color: rgb(194,214,47); }
H1.HeaderClassName
{
color: #C2D62F;
}
.AnyTagClassName
{
color: #C2D62F;
}
</style>
background-color css
<style>
a { background-color: #C2D62F; }
a { background-color: rgb(194,214,47); }
div.DivClassName
{
background-color: #C2D62F;
}
.BgClassName
{
background-color: #C2D62F;
}
</style>
border-color css
<style>
span { border-color: #C2D62F; }
span { border-color: rgb(194,214,47); }
td.TdClassName
{
border-color: #C2D62F;
}
.TagClassName
{
border-color: #C2D62F;
}
</style>