Shades of Fuego #C2D523
Tints of Fuego #C2D523
RGB
CMYK
RGB Variations
Color information
#C2D523 (or 0xC2D523) is known color: Fuego. HEX triplet: C2, D5 and 23. RGB value is (194,213,35). Sum of RGB (Red+Green+Blue) = 194+213+35=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 35 (14.06% from 255 or 7.92% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D523 is #3D2ADC. Grayscale: #BBBBBB. Windows color (decimal): -4008669 or 2348482. OLE color: 2348482.
HSL color Cylindrical-coordinate representation of color #C2D523: hue angle of 66.4º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2D523 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 35 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.16 |
| HSL | 66.4º | 0.72% | 0.49% | - |
| HSV(B) | 66.4º | 0.84% | 0.84% | - |
| XYZ | 46.35 | 59.18 | 10.57 | - |
| YUV | 187.03 | 42.21 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 35 | 0.09 | 0 | 0.84 | 0.16 | 66.4 | 0.72 | 0.49 |
| Hex | C2 | D5 | 23 | 9 | 0 | 54 | 10 | 42 | 48 | 31 |
| Octal | 302 | 325 | 43 | 11 | 0 | 124 | 20 | 102 | 110 | 61 |
| Binary | 11000010 | 11010101 | 100011 | 1001 | 0 | 1010100 | 10000 | 1000010 | 1001000 | 110001 |
Color Harmonies of #C2D523
Complementary color
Monochromatic Colors of #C2D523
Black with #C2D523
Text Example
Text Example
White with #C2D523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D523; }
p { color: rgb(194,213,35); }
H1.HeaderClassName
{
color: #C2D523;
}
.AnyTagClassName
{
color: #C2D523;
}
</style>
background-color css
<style>
a { background-color: #C2D523; }
a { background-color: rgb(194,213,35); }
div.DivClassName
{
background-color: #C2D523;
}
.BgClassName
{
background-color: #C2D523;
}
</style>
border-color css
<style>
span { border-color: #C2D523; }
span { border-color: rgb(194,213,35); }
td.TdClassName
{
border-color: #C2D523;
}
.TagClassName
{
border-color: #C2D523;
}
</style>