Shades of Fuego #C2D825
Tints of Fuego #C2D825
RGB
CMYK
RGB Variations
Color information
#C2D825 (or 0xC2D825) is known color: Fuego. HEX triplet: C2, D8 and 25. RGB value is (194,216,37). Sum of RGB (Red+Green+Blue) = 194+216+37=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 37 (14.84% from 255 or 8.28% from 447); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D825 is #3D27DA. Grayscale: #BDBDBD. Windows color (decimal): -4007899 or 2480322. OLE color: 2480322.
HSL color Cylindrical-coordinate representation of color #C2D825: hue angle of 67.37º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2D825 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 37 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.15 |
| HSL | 67.37º | 0.71% | 0.5% | - |
| HSV(B) | 67.37º | 0.83% | 0.85% | - |
| XYZ | 47.14 | 60.71 | 10.98 | - |
| YUV | 189.02 | 42.21 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 37 | 0.10 | 0 | 0.83 | 0.15 | 67.37 | 0.71 | 0.5 |
| Hex | C2 | D8 | 25 | A | 0 | 53 | F | 43 | 47 | 32 |
| Octal | 302 | 330 | 45 | 12 | 0 | 123 | 17 | 103 | 107 | 62 |
| Binary | 11000010 | 11011000 | 100101 | 1010 | 0 | 1010011 | 1111 | 1000011 | 1000111 | 110010 |
Color Harmonies of #C2D825
Complementary color
Monochromatic Colors of #C2D825
Black with #C2D825
Text Example
Text Example
White with #C2D825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D825; }
p { color: rgb(194,216,37); }
H1.HeaderClassName
{
color: #C2D825;
}
.AnyTagClassName
{
color: #C2D825;
}
</style>
background-color css
<style>
a { background-color: #C2D825; }
a { background-color: rgb(194,216,37); }
div.DivClassName
{
background-color: #C2D825;
}
.BgClassName
{
background-color: #C2D825;
}
</style>
border-color css
<style>
span { border-color: #C2D825; }
span { border-color: rgb(194,216,37); }
td.TdClassName
{
border-color: #C2D825;
}
.TagClassName
{
border-color: #C2D825;
}
</style>