Shades of Fuego #C2CC25
Tints of Fuego #C2CC25
RGB
CMYK
RGB Variations
Color information
#C2CC25 (or 0xC2CC25) is known color: Fuego. HEX triplet: C2, CC and 25. RGB value is (194,204,37). Sum of RGB (Red+Green+Blue) = 194+204+37=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CC25 is #3D33DA. Grayscale: #B6B6B6. Windows color (decimal): -4010971 or 2477250. OLE color: 2477250.
HSL color Cylindrical-coordinate representation of color #C2CC25: hue angle of 63.59º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2CC25 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 37 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.2 |
| HSL | 63.59º | 0.69% | 0.47% | - |
| HSV(B) | 63.59º | 0.82% | 0.8% | - |
| XYZ | 44.17 | 54.79 | 10 | - |
| YUV | 181.97 | 46.19 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 37 | 0.05 | 0 | 0.82 | 0.2 | 63.59 | 0.69 | 0.47 |
| Hex | C2 | CC | 25 | 5 | 0 | 52 | 14 | 40 | 45 | 2F |
| Octal | 302 | 314 | 45 | 5 | 0 | 122 | 24 | 100 | 105 | 57 |
| Binary | 11000010 | 11001100 | 100101 | 101 | 0 | 1010010 | 10100 | 1000000 | 1000101 | 101111 |
Color Harmonies of #C2CC25
Complementary color
Monochromatic Colors of #C2CC25
Black with #C2CC25
Text Example
Text Example
White with #C2CC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC25; }
p { color: rgb(194,204,37); }
H1.HeaderClassName
{
color: #C2CC25;
}
.AnyTagClassName
{
color: #C2CC25;
}
</style>
background-color css
<style>
a { background-color: #C2CC25; }
a { background-color: rgb(194,204,37); }
div.DivClassName
{
background-color: #C2CC25;
}
.BgClassName
{
background-color: #C2CC25;
}
</style>
border-color css
<style>
span { border-color: #C2CC25; }
span { border-color: rgb(194,204,37); }
td.TdClassName
{
border-color: #C2CC25;
}
.TagClassName
{
border-color: #C2CC25;
}
</style>