Shades of Fuego #C2CD36
Tints of Fuego #C2CD36
RGB
CMYK
RGB Variations
Color information
#C2CD36 (or 0xC2CD36) is known color: Fuego. HEX triplet: C2, CD and 36. RGB value is (194,205,54). Sum of RGB (Red+Green+Blue) = 194+205+54=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 54 (21.48% from 255 or 11.92% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CD36 is #3D32C9. Grayscale: #B9B9B9. Windows color (decimal): -4010698 or 3591618. OLE color: 3591618.
HSL color Cylindrical-coordinate representation of color #C2CD36: hue angle of 64.37º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2CD36 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 54 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.20 |
| HSL | 64.37º | 0.6% | 0.51% | - |
| HSV(B) | 64.37º | 0.74% | 0.8% | - |
| XYZ | 44.75 | 55.4 | 11.82 | - |
| YUV | 184.5 | 54.36 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 54 | 0.05 | 0 | 0.74 | 0.20 | 64.37 | 0.6 | 0.51 |
| Hex | C2 | CD | 36 | 5 | 0 | 4A | 14 | 40 | 3C | 33 |
| Octal | 302 | 315 | 66 | 5 | 0 | 112 | 24 | 100 | 74 | 63 |
| Binary | 11000010 | 11001101 | 110110 | 101 | 0 | 1001010 | 10100 | 1000000 | 111100 | 110011 |
Color Harmonies of #C2CD36
Complementary color
Monochromatic Colors of #C2CD36
Black with #C2CD36
Text Example
Text Example
White with #C2CD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD36; }
p { color: rgb(194,205,54); }
H1.HeaderClassName
{
color: #C2CD36;
}
.AnyTagClassName
{
color: #C2CD36;
}
</style>
background-color css
<style>
a { background-color: #C2CD36; }
a { background-color: rgb(194,205,54); }
div.DivClassName
{
background-color: #C2CD36;
}
.BgClassName
{
background-color: #C2CD36;
}
</style>
border-color css
<style>
span { border-color: #C2CD36; }
span { border-color: rgb(194,205,54); }
td.TdClassName
{
border-color: #C2CD36;
}
.TagClassName
{
border-color: #C2CD36;
}
</style>