Shades of Fuego #C2DF1F
Tints of Fuego #C2DF1F
RGB
CMYK
RGB Variations
Color information
#C2DF1F (or 0xC2DF1F) is known color: Fuego. HEX triplet: C2, DF and 1F. RGB value is (194,223,31). Sum of RGB (Red+Green+Blue) = 194+223+31=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 31 (12.5% from 255 or 6.92% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DF1F is #3D20E0. Grayscale: #C1C1C1. Windows color (decimal): -4006113 or 2088898. OLE color: 2088898.
HSL color Cylindrical-coordinate representation of color #C2DF1F: hue angle of 69.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2DF1F is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 223 | 31 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.13 |
| HSL | 69.06º | 0.76% | 0.5% | - |
| HSV(B) | 69.06º | 0.86% | 0.87% | - |
| XYZ | 48.88 | 64.34 | 11.14 | - |
| YUV | 192.44 | 36.89 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 31 | 0.13 | 0 | 0.86 | 0.13 | 69.06 | 0.76 | 0.5 |
| Hex | C2 | DF | 1F | D | 0 | 56 | D | 45 | 4C | 32 |
| Octal | 302 | 337 | 37 | 15 | 0 | 126 | 15 | 105 | 114 | 62 |
| Binary | 11000010 | 11011111 | 11111 | 1101 | 0 | 1010110 | 1101 | 1000101 | 1001100 | 110010 |
Color Harmonies of #C2DF1F
Complementary color
Monochromatic Colors of #C2DF1F
Black with #C2DF1F
Text Example
Text Example
White with #C2DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DF1F; }
p { color: rgb(194,223,31); }
H1.HeaderClassName
{
color: #C2DF1F;
}
.AnyTagClassName
{
color: #C2DF1F;
}
</style>
background-color css
<style>
a { background-color: #C2DF1F; }
a { background-color: rgb(194,223,31); }
div.DivClassName
{
background-color: #C2DF1F;
}
.BgClassName
{
background-color: #C2DF1F;
}
</style>
border-color css
<style>
span { border-color: #C2DF1F; }
span { border-color: rgb(194,223,31); }
td.TdClassName
{
border-color: #C2DF1F;
}
.TagClassName
{
border-color: #C2DF1F;
}
</style>