Shades of Fuego #C2D72F
Tints of Fuego #C2D72F
RGB
CMYK
RGB Variations
Color information
#C2D72F (or 0xC2D72F) is known color: Fuego. HEX triplet: C2, D7 and 2F. RGB value is (194,215,47). Sum of RGB (Red+Green+Blue) = 194+215+47=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D72F is #3D28D0. Grayscale: #BEBEBE. Windows color (decimal): -4008145 or 3135426. OLE color: 3135426.
HSL color Cylindrical-coordinate representation of color #C2D72F: hue angle of 67.5º degrees, saturation: 0.68, 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 #C2D72F is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 47 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.16 |
| HSL | 67.5º | 0.68% | 0.51% | - |
| HSV(B) | 67.5º | 0.78% | 0.84% | - |
| XYZ | 47.06 | 60.28 | 11.84 | - |
| YUV | 189.57 | 47.54 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 47 | 0.10 | 0 | 0.78 | 0.16 | 67.5 | 0.68 | 0.51 |
| Hex | C2 | D7 | 2F | A | 0 | 4E | 10 | 44 | 44 | 33 |
| Octal | 302 | 327 | 57 | 12 | 0 | 116 | 20 | 104 | 104 | 63 |
| Binary | 11000010 | 11010111 | 101111 | 1010 | 0 | 1001110 | 10000 | 1000100 | 1000100 | 110011 |
Color Harmonies of #C2D72F
Complementary color
Monochromatic Colors of #C2D72F
Black with #C2D72F
Text Example
Text Example
White with #C2D72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D72F; }
p { color: rgb(194,215,47); }
H1.HeaderClassName
{
color: #C2D72F;
}
.AnyTagClassName
{
color: #C2D72F;
}
</style>
background-color css
<style>
a { background-color: #C2D72F; }
a { background-color: rgb(194,215,47); }
div.DivClassName
{
background-color: #C2D72F;
}
.BgClassName
{
background-color: #C2D72F;
}
</style>
border-color css
<style>
span { border-color: #C2D72F; }
span { border-color: rgb(194,215,47); }
td.TdClassName
{
border-color: #C2D72F;
}
.TagClassName
{
border-color: #C2D72F;
}
</style>