Shades of Fuego #C2D830
Tints of Fuego #C2D830
RGB
CMYK
RGB Variations
Color information
#C2D830 (or 0xC2D830) is known color: Fuego. HEX triplet: C2, D8 and 30. RGB value is (194,216,48). Sum of RGB (Red+Green+Blue) = 194+216+48=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D830 is #3D27CF. Grayscale: #BEBEBE. Windows color (decimal): -4007888 or 3201218. OLE color: 3201218.
HSL color Cylindrical-coordinate representation of color #C2D830: hue angle of 67.86º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2D830 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 48 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.15 |
| HSL | 67.86º | 0.68% | 0.52% | - |
| HSV(B) | 67.86º | 0.78% | 0.85% | - |
| XYZ | 47.34 | 60.79 | 12.04 | - |
| YUV | 190.27 | 47.71 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 48 | 0.10 | 0 | 0.78 | 0.15 | 67.86 | 0.68 | 0.52 |
| Hex | C2 | D8 | 30 | A | 0 | 4E | F | 44 | 44 | 34 |
| Octal | 302 | 330 | 60 | 12 | 0 | 116 | 17 | 104 | 104 | 64 |
| Binary | 11000010 | 11011000 | 110000 | 1010 | 0 | 1001110 | 1111 | 1000100 | 1000100 | 110100 |
Color Harmonies of #C2D830
Complementary color
Monochromatic Colors of #C2D830
Black with #C2D830
Text Example
Text Example
White with #C2D830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D830; }
p { color: rgb(194,216,48); }
H1.HeaderClassName
{
color: #C2D830;
}
.AnyTagClassName
{
color: #C2D830;
}
</style>
background-color css
<style>
a { background-color: #C2D830; }
a { background-color: rgb(194,216,48); }
div.DivClassName
{
background-color: #C2D830;
}
.BgClassName
{
background-color: #C2D830;
}
</style>
border-color css
<style>
span { border-color: #C2D830; }
span { border-color: rgb(194,216,48); }
td.TdClassName
{
border-color: #C2D830;
}
.TagClassName
{
border-color: #C2D830;
}
</style>