Shades of Fuego #C2DA1D
Tints of Fuego #C2DA1D
RGB
CMYK
RGB Variations
Color information
#C2DA1D (or 0xC2DA1D) is known color: Fuego. HEX triplet: C2, DA and 1D. RGB value is (194,218,29). Sum of RGB (Red+Green+Blue) = 194+218+29=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DA1D is #3D25E2. Grayscale: #BEBEBE. Windows color (decimal): -4007395 or 1956546. OLE color: 1956546.
HSL color Cylindrical-coordinate representation of color #C2DA1D: hue angle of 67.62º degrees, saturation: 0.77, 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 #C2DA1D is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 29 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.15 |
| HSL | 67.62º | 0.77% | 0.48% | - |
| HSV(B) | 67.62º | 0.87% | 0.85% | - |
| XYZ | 47.54 | 61.7 | 10.57 | - |
| YUV | 189.28 | 37.55 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 29 | 0.11 | 0 | 0.87 | 0.15 | 67.62 | 0.77 | 0.48 |
| Hex | C2 | DA | 1D | B | 0 | 57 | F | 44 | 4D | 30 |
| Octal | 302 | 332 | 35 | 13 | 0 | 127 | 17 | 104 | 115 | 60 |
| Binary | 11000010 | 11011010 | 11101 | 1011 | 0 | 1010111 | 1111 | 1000100 | 1001101 | 110000 |
Color Harmonies of #C2DA1D
Complementary color
Monochromatic Colors of #C2DA1D
Black with #C2DA1D
Text Example
Text Example
White with #C2DA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DA1D; }
p { color: rgb(194,218,29); }
H1.HeaderClassName
{
color: #C2DA1D;
}
.AnyTagClassName
{
color: #C2DA1D;
}
</style>
background-color css
<style>
a { background-color: #C2DA1D; }
a { background-color: rgb(194,218,29); }
div.DivClassName
{
background-color: #C2DA1D;
}
.BgClassName
{
background-color: #C2DA1D;
}
</style>
border-color css
<style>
span { border-color: #C2DA1D; }
span { border-color: rgb(194,218,29); }
td.TdClassName
{
border-color: #C2DA1D;
}
.TagClassName
{
border-color: #C2DA1D;
}
</style>