Shades of Fuego #C2D81D
Tints of Fuego #C2D81D
RGB
CMYK
RGB Variations
Color information
#C2D81D (or 0xC2D81D) is known color: Fuego. HEX triplet: C2, D8 and 1D. RGB value is (194,216,29). Sum of RGB (Red+Green+Blue) = 194+216+29=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 29 (11.72% from 255 or 6.61% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D81D is #3D27E2. Grayscale: #BCBCBC. Windows color (decimal): -4007907 or 1956034. OLE color: 1956034.
HSL color Cylindrical-coordinate representation of color #C2D81D: hue angle of 67.06º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2D81D is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 29 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.15 |
| HSL | 67.06º | 0.76% | 0.48% | - |
| HSV(B) | 67.06º | 0.87% | 0.85% | - |
| XYZ | 47.03 | 60.67 | 10.39 | - |
| YUV | 188.1 | 38.21 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 29 | 0.10 | 0 | 0.87 | 0.15 | 67.06 | 0.76 | 0.48 |
| Hex | C2 | D8 | 1D | A | 0 | 57 | F | 43 | 4C | 30 |
| Octal | 302 | 330 | 35 | 12 | 0 | 127 | 17 | 103 | 114 | 60 |
| Binary | 11000010 | 11011000 | 11101 | 1010 | 0 | 1010111 | 1111 | 1000011 | 1001100 | 110000 |
Color Harmonies of #C2D81D
Complementary color
Monochromatic Colors of #C2D81D
Black with #C2D81D
Text Example
Text Example
White with #C2D81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D81D; }
p { color: rgb(194,216,29); }
H1.HeaderClassName
{
color: #C2D81D;
}
.AnyTagClassName
{
color: #C2D81D;
}
</style>
background-color css
<style>
a { background-color: #C2D81D; }
a { background-color: rgb(194,216,29); }
div.DivClassName
{
background-color: #C2D81D;
}
.BgClassName
{
background-color: #C2D81D;
}
</style>
border-color css
<style>
span { border-color: #C2D81D; }
span { border-color: rgb(194,216,29); }
td.TdClassName
{
border-color: #C2D81D;
}
.TagClassName
{
border-color: #C2D81D;
}
</style>