Shades of Fuego #C2DA1E
Tints of Fuego #C2DA1E
RGB
CMYK
RGB Variations
Color information
#C2DA1E (or 0xC2DA1E) is known color: Fuego. HEX triplet: C2, DA and 1E. RGB value is (194,218,30). Sum of RGB (Red+Green+Blue) = 194+218+30=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 30 (12.11% from 255 or 6.79% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DA1E is #3D25E1. Grayscale: #BEBEBE. Windows color (decimal): -4007394 or 2022082. OLE color: 2022082.
HSL color Cylindrical-coordinate representation of color #C2DA1E: hue angle of 67.66º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2DA1E is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 30 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.15 |
| HSL | 67.66º | 0.76% | 0.49% | - |
| HSV(B) | 67.66º | 0.86% | 0.85% | - |
| XYZ | 47.55 | 61.71 | 10.63 | - |
| YUV | 189.39 | 38.05 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 30 | 0.11 | 0 | 0.86 | 0.15 | 67.66 | 0.76 | 0.49 |
| Hex | C2 | DA | 1E | B | 0 | 56 | F | 44 | 4C | 31 |
| Octal | 302 | 332 | 36 | 13 | 0 | 126 | 17 | 104 | 114 | 61 |
| Binary | 11000010 | 11011010 | 11110 | 1011 | 0 | 1010110 | 1111 | 1000100 | 1001100 | 110001 |
Color Harmonies of #C2DA1E
Complementary color
Monochromatic Colors of #C2DA1E
Black with #C2DA1E
Text Example
Text Example
White with #C2DA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DA1E; }
p { color: rgb(194,218,30); }
H1.HeaderClassName
{
color: #C2DA1E;
}
.AnyTagClassName
{
color: #C2DA1E;
}
</style>
background-color css
<style>
a { background-color: #C2DA1E; }
a { background-color: rgb(194,218,30); }
div.DivClassName
{
background-color: #C2DA1E;
}
.BgClassName
{
background-color: #C2DA1E;
}
</style>
border-color css
<style>
span { border-color: #C2DA1E; }
span { border-color: rgb(194,218,30); }
td.TdClassName
{
border-color: #C2DA1E;
}
.TagClassName
{
border-color: #C2DA1E;
}
</style>