Shades of Fuego #C2CE34
Tints of Fuego #C2CE34
RGB
CMYK
RGB Variations
Color information
#C2CE34 (or 0xC2CE34) is known color: Fuego. HEX triplet: C2, CE and 34. RGB value is (194,206,52). Sum of RGB (Red+Green+Blue) = 194+206+52=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CE34 is #3D31CB. Grayscale: #B9B9B9. Windows color (decimal): -4010444 or 3460802. OLE color: 3460802.
HSL color Cylindrical-coordinate representation of color #C2CE34: hue angle of 64.68º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2CE34 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 52 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.19 |
| HSL | 64.68º | 0.61% | 0.51% | - |
| HSV(B) | 64.68º | 0.75% | 0.81% | - |
| XYZ | 44.94 | 55.86 | 11.66 | - |
| YUV | 184.86 | 53.02 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 52 | 0.06 | 0 | 0.75 | 0.19 | 64.68 | 0.61 | 0.51 |
| Hex | C2 | CE | 34 | 6 | 0 | 4B | 13 | 41 | 3D | 33 |
| Octal | 302 | 316 | 64 | 6 | 0 | 113 | 23 | 101 | 75 | 63 |
| Binary | 11000010 | 11001110 | 110100 | 110 | 0 | 1001011 | 10011 | 1000001 | 111101 | 110011 |
Color Harmonies of #C2CE34
Complementary color
Monochromatic Colors of #C2CE34
Black with #C2CE34
Text Example
Text Example
White with #C2CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CE34; }
p { color: rgb(194,206,52); }
H1.HeaderClassName
{
color: #C2CE34;
}
.AnyTagClassName
{
color: #C2CE34;
}
</style>
background-color css
<style>
a { background-color: #C2CE34; }
a { background-color: rgb(194,206,52); }
div.DivClassName
{
background-color: #C2CE34;
}
.BgClassName
{
background-color: #C2CE34;
}
</style>
border-color css
<style>
span { border-color: #C2CE34; }
span { border-color: rgb(194,206,52); }
td.TdClassName
{
border-color: #C2CE34;
}
.TagClassName
{
border-color: #C2CE34;
}
</style>