Shades of Fuego #C2DF2F
Tints of Fuego #C2DF2F
RGB
CMYK
RGB Variations
Color information
#C2DF2F (or 0xC2DF2F) is known color: Fuego. HEX triplet: C2, DF and 2F. RGB value is (194,223,47). Sum of RGB (Red+Green+Blue) = 194+223+47=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DF2F is #3D20D0. Grayscale: #C2C2C2. Windows color (decimal): -4006097 or 3137474. OLE color: 3137474.
HSL color Cylindrical-coordinate representation of color #C2DF2F: hue angle of 69.89º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2DF2F is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 223 | 47 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.13 |
| HSL | 69.89º | 0.73% | 0.53% | - |
| HSV(B) | 69.89º | 0.79% | 0.87% | - |
| XYZ | 49.15 | 64.45 | 12.54 | - |
| YUV | 194.27 | 44.89 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 47 | 0.13 | 0 | 0.79 | 0.13 | 69.89 | 0.73 | 0.53 |
| Hex | C2 | DF | 2F | D | 0 | 4F | D | 46 | 49 | 35 |
| Octal | 302 | 337 | 57 | 15 | 0 | 117 | 15 | 106 | 111 | 65 |
| Binary | 11000010 | 11011111 | 101111 | 1101 | 0 | 1001111 | 1101 | 1000110 | 1001001 | 110101 |
Color Harmonies of #C2DF2F
Complementary color
Monochromatic Colors of #C2DF2F
Black with #C2DF2F
Text Example
Text Example
White with #C2DF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DF2F; }
p { color: rgb(194,223,47); }
H1.HeaderClassName
{
color: #C2DF2F;
}
.AnyTagClassName
{
color: #C2DF2F;
}
</style>
background-color css
<style>
a { background-color: #C2DF2F; }
a { background-color: rgb(194,223,47); }
div.DivClassName
{
background-color: #C2DF2F;
}
.BgClassName
{
background-color: #C2DF2F;
}
</style>
border-color css
<style>
span { border-color: #C2DF2F; }
span { border-color: rgb(194,223,47); }
td.TdClassName
{
border-color: #C2DF2F;
}
.TagClassName
{
border-color: #C2DF2F;
}
</style>