Shades of Fuego #C2CD30
Tints of Fuego #C2CD30
RGB
CMYK
RGB Variations
Color information
#C2CD30 (or 0xC2CD30) is known color: Fuego. HEX triplet: C2, CD and 30. RGB value is (194,205,48). Sum of RGB (Red+Green+Blue) = 194+205+48=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CD30 is #3D32CF. Grayscale: #B8B8B8. Windows color (decimal): -4010704 or 3198402. OLE color: 3198402.
HSL color Cylindrical-coordinate representation of color #C2CD30: hue angle of 64.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2CD30 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 48 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.20 |
| HSL | 64.2º | 0.62% | 0.5% | - |
| HSV(B) | 64.2º | 0.77% | 0.8% | - |
| XYZ | 44.61 | 55.35 | 11.13 | - |
| YUV | 183.81 | 51.36 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 48 | 0.05 | 0 | 0.77 | 0.20 | 64.2 | 0.62 | 0.5 |
| Hex | C2 | CD | 30 | 5 | 0 | 4D | 14 | 40 | 3E | 32 |
| Octal | 302 | 315 | 60 | 5 | 0 | 115 | 24 | 100 | 76 | 62 |
| Binary | 11000010 | 11001101 | 110000 | 101 | 0 | 1001101 | 10100 | 1000000 | 111110 | 110010 |
Color Harmonies of #C2CD30
Complementary color
Monochromatic Colors of #C2CD30
Black with #C2CD30
Text Example
Text Example
White with #C2CD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD30; }
p { color: rgb(194,205,48); }
H1.HeaderClassName
{
color: #C2CD30;
}
.AnyTagClassName
{
color: #C2CD30;
}
</style>
background-color css
<style>
a { background-color: #C2CD30; }
a { background-color: rgb(194,205,48); }
div.DivClassName
{
background-color: #C2CD30;
}
.BgClassName
{
background-color: #C2CD30;
}
</style>
border-color css
<style>
span { border-color: #C2CD30; }
span { border-color: rgb(194,205,48); }
td.TdClassName
{
border-color: #C2CD30;
}
.TagClassName
{
border-color: #C2CD30;
}
</style>