Shades of Fuego #C1DA28
Tints of Fuego #C1DA28
RGB
CMYK
RGB Variations
Color information
#C1DA28 (or 0xC1DA28) is known color: Fuego. HEX triplet: C1, DA and 28. RGB value is (193,218,40). Sum of RGB (Red+Green+Blue) = 193+218+40=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DA28 is #3E25D7. Grayscale: #BEBEBE. Windows color (decimal): -4072920 or 2677441. OLE color: 2677441.
HSL color Cylindrical-coordinate representation of color #C1DA28: hue angle of 68.43º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1DA28 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 218 | 40 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.15 |
| HSL | 68.43º | 0.71% | 0.51% | - |
| HSV(B) | 68.43º | 0.82% | 0.85% | - |
| XYZ | 47.45 | 61.63 | 11.4 | - |
| YUV | 190.23 | 43.22 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 218 | 40 | 0.11 | 0 | 0.82 | 0.15 | 68.43 | 0.71 | 0.51 |
| Hex | C1 | DA | 28 | B | 0 | 52 | F | 44 | 47 | 33 |
| Octal | 301 | 332 | 50 | 13 | 0 | 122 | 17 | 104 | 107 | 63 |
| Binary | 11000001 | 11011010 | 101000 | 1011 | 0 | 1010010 | 1111 | 1000100 | 1000111 | 110011 |
Color Harmonies of #C1DA28
Complementary color
Monochromatic Colors of #C1DA28
Black with #C1DA28
Text Example
Text Example
White with #C1DA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DA28; }
p { color: rgb(193,218,40); }
H1.HeaderClassName
{
color: #C1DA28;
}
.AnyTagClassName
{
color: #C1DA28;
}
</style>
background-color css
<style>
a { background-color: #C1DA28; }
a { background-color: rgb(193,218,40); }
div.DivClassName
{
background-color: #C1DA28;
}
.BgClassName
{
background-color: #C1DA28;
}
</style>
border-color css
<style>
span { border-color: #C1DA28; }
span { border-color: rgb(193,218,40); }
td.TdClassName
{
border-color: #C1DA28;
}
.TagClassName
{
border-color: #C1DA28;
}
</style>