Shades of Fuego #C2DE1F
Tints of Fuego #C2DE1F
RGB
CMYK
RGB Variations
Color information
#C2DE1F (or 0xC2DE1F) is known color: Fuego. HEX triplet: C2, DE and 1F. RGB value is (194,222,31). Sum of RGB (Red+Green+Blue) = 194+222+31=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 222 (87.11% from 255 or 49.66% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DE1F is #3D21E0. Grayscale: #C0C0C0. Windows color (decimal): -4006369 or 2088642. OLE color: 2088642.
HSL color Cylindrical-coordinate representation of color #C2DE1F: hue angle of 68.8º degrees, saturation: 0.75, 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 #C2DE1F is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 31 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.13 |
| HSL | 68.8º | 0.75% | 0.5% | - |
| HSV(B) | 68.8º | 0.86% | 0.87% | - |
| XYZ | 48.62 | 63.81 | 11.05 | - |
| YUV | 191.85 | 37.22 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 31 | 0.13 | 0 | 0.86 | 0.13 | 68.8 | 0.75 | 0.5 |
| Hex | C2 | DE | 1F | D | 0 | 56 | D | 45 | 4B | 32 |
| Octal | 302 | 336 | 37 | 15 | 0 | 126 | 15 | 105 | 113 | 62 |
| Binary | 11000010 | 11011110 | 11111 | 1101 | 0 | 1010110 | 1101 | 1000101 | 1001011 | 110010 |
Color Harmonies of #C2DE1F
Complementary color
Monochromatic Colors of #C2DE1F
Black with #C2DE1F
Text Example
Text Example
White with #C2DE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DE1F; }
p { color: rgb(194,222,31); }
H1.HeaderClassName
{
color: #C2DE1F;
}
.AnyTagClassName
{
color: #C2DE1F;
}
</style>
background-color css
<style>
a { background-color: #C2DE1F; }
a { background-color: rgb(194,222,31); }
div.DivClassName
{
background-color: #C2DE1F;
}
.BgClassName
{
background-color: #C2DE1F;
}
</style>
border-color css
<style>
span { border-color: #C2DE1F; }
span { border-color: rgb(194,222,31); }
td.TdClassName
{
border-color: #C2DE1F;
}
.TagClassName
{
border-color: #C2DE1F;
}
</style>