Shades of Fuego #C1DA2D
Tints of Fuego #C1DA2D
RGB
CMYK
RGB Variations
Color information
#C1DA2D (or 0xC1DA2D) is known color: Fuego. HEX triplet: C1, DA and 2D. RGB value is (193,218,45). Sum of RGB (Red+Green+Blue) = 193+218+45=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DA2D is #3E25D2. Grayscale: #BFBFBF. Windows color (decimal): -4072915 or 3005121. OLE color: 3005121.
HSL color Cylindrical-coordinate representation of color #C1DA2D: hue angle of 68.67º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1DA2D is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 218 | 45 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.15 |
| HSL | 68.67º | 0.7% | 0.52% | - |
| HSV(B) | 68.67º | 0.79% | 0.85% | - |
| XYZ | 47.54 | 61.67 | 11.88 | - |
| YUV | 190.8 | 45.72 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 218 | 45 | 0.11 | 0 | 0.79 | 0.15 | 68.67 | 0.7 | 0.52 |
| Hex | C1 | DA | 2D | B | 0 | 4F | F | 45 | 46 | 34 |
| Octal | 301 | 332 | 55 | 13 | 0 | 117 | 17 | 105 | 106 | 64 |
| Binary | 11000001 | 11011010 | 101101 | 1011 | 0 | 1001111 | 1111 | 1000101 | 1000110 | 110100 |
Color Harmonies of #C1DA2D
Complementary color
Monochromatic Colors of #C1DA2D
Black with #C1DA2D
Text Example
Text Example
White with #C1DA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DA2D; }
p { color: rgb(193,218,45); }
H1.HeaderClassName
{
color: #C1DA2D;
}
.AnyTagClassName
{
color: #C1DA2D;
}
</style>
background-color css
<style>
a { background-color: #C1DA2D; }
a { background-color: rgb(193,218,45); }
div.DivClassName
{
background-color: #C1DA2D;
}
.BgClassName
{
background-color: #C1DA2D;
}
</style>
border-color css
<style>
span { border-color: #C1DA2D; }
span { border-color: rgb(193,218,45); }
td.TdClassName
{
border-color: #C1DA2D;
}
.TagClassName
{
border-color: #C1DA2D;
}
</style>