Shades of Fuego #C2D81F
Tints of Fuego #C2D81F
RGB
CMYK
RGB Variations
Color information
#C2D81F (or 0xC2D81F) is known color: Fuego. HEX triplet: C2, D8 and 1F. RGB value is (194,216,31). Sum of RGB (Red+Green+Blue) = 194+216+31=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 31 (12.5% from 255 or 7.03% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D81F is #3D27E0. Grayscale: #BDBDBD. Windows color (decimal): -4007905 or 2087106. OLE color: 2087106.
HSL color Cylindrical-coordinate representation of color #C2D81F: hue angle of 67.14º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2D81F is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 31 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.15 |
| HSL | 67.14º | 0.75% | 0.48% | - |
| HSV(B) | 67.14º | 0.86% | 0.85% | - |
| XYZ | 47.05 | 60.68 | 10.53 | - |
| YUV | 188.33 | 39.21 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 31 | 0.10 | 0 | 0.86 | 0.15 | 67.14 | 0.75 | 0.48 |
| Hex | C2 | D8 | 1F | A | 0 | 56 | F | 43 | 4B | 30 |
| Octal | 302 | 330 | 37 | 12 | 0 | 126 | 17 | 103 | 113 | 60 |
| Binary | 11000010 | 11011000 | 11111 | 1010 | 0 | 1010110 | 1111 | 1000011 | 1001011 | 110000 |
Color Harmonies of #C2D81F
Complementary color
Monochromatic Colors of #C2D81F
Black with #C2D81F
Text Example
Text Example
White with #C2D81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D81F; }
p { color: rgb(194,216,31); }
H1.HeaderClassName
{
color: #C2D81F;
}
.AnyTagClassName
{
color: #C2D81F;
}
</style>
background-color css
<style>
a { background-color: #C2D81F; }
a { background-color: rgb(194,216,31); }
div.DivClassName
{
background-color: #C2D81F;
}
.BgClassName
{
background-color: #C2D81F;
}
</style>
border-color css
<style>
span { border-color: #C2D81F; }
span { border-color: rgb(194,216,31); }
td.TdClassName
{
border-color: #C2D81F;
}
.TagClassName
{
border-color: #C2D81F;
}
</style>