Shades of Fuego #C2D228
Tints of Fuego #C2D228
RGB
CMYK
RGB Variations
Color information
#C2D228 (or 0xC2D228) is known color: Fuego. HEX triplet: C2, D2 and 28. RGB value is (194,210,40). Sum of RGB (Red+Green+Blue) = 194+210+40=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 40 (16.02% from 255 or 9.01% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D228 is #3D2DD7. Grayscale: #BABABA. Windows color (decimal): -4009432 or 2675394. OLE color: 2675394.
HSL color Cylindrical-coordinate representation of color #C2D228: hue angle of 65.65º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2D228 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 40 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.18 |
| HSL | 65.65º | 0.68% | 0.49% | - |
| HSV(B) | 65.65º | 0.81% | 0.82% | - |
| XYZ | 45.68 | 57.72 | 10.74 | - |
| YUV | 185.84 | 45.7 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 40 | 0.08 | 0 | 0.81 | 0.18 | 65.65 | 0.68 | 0.49 |
| Hex | C2 | D2 | 28 | 8 | 0 | 51 | 12 | 42 | 44 | 31 |
| Octal | 302 | 322 | 50 | 10 | 0 | 121 | 22 | 102 | 104 | 61 |
| Binary | 11000010 | 11010010 | 101000 | 1000 | 0 | 1010001 | 10010 | 1000010 | 1000100 | 110001 |
Color Harmonies of #C2D228
Complementary color
Monochromatic Colors of #C2D228
Black with #C2D228
Text Example
Text Example
White with #C2D228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D228; }
p { color: rgb(194,210,40); }
H1.HeaderClassName
{
color: #C2D228;
}
.AnyTagClassName
{
color: #C2D228;
}
</style>
background-color css
<style>
a { background-color: #C2D228; }
a { background-color: rgb(194,210,40); }
div.DivClassName
{
background-color: #C2D228;
}
.BgClassName
{
background-color: #C2D228;
}
</style>
border-color css
<style>
span { border-color: #C2D228; }
span { border-color: rgb(194,210,40); }
td.TdClassName
{
border-color: #C2D228;
}
.TagClassName
{
border-color: #C2D228;
}
</style>