Shades of Fuego #C2D92A
Tints of Fuego #C2D92A
RGB
CMYK
RGB Variations
Color information
#C2D92A (or 0xC2D92A) is known color: Fuego. HEX triplet: C2, D9 and 2A. RGB value is (194,217,42). Sum of RGB (Red+Green+Blue) = 194+217+42=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 42 (16.80% from 255 or 9.27% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D92A is #3D26D5. Grayscale: #BEBEBE. Windows color (decimal): -4007638 or 2808258. OLE color: 2808258.
HSL color Cylindrical-coordinate representation of color #C2D92A: hue angle of 67.89º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2D92A is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 42 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.15 |
| HSL | 67.89º | 0.7% | 0.51% | - |
| HSV(B) | 67.89º | 0.81% | 0.85% | - |
| XYZ | 47.48 | 61.26 | 11.51 | - |
| YUV | 190.17 | 44.38 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 42 | 0.11 | 0 | 0.81 | 0.15 | 67.89 | 0.7 | 0.51 |
| Hex | C2 | D9 | 2A | B | 0 | 51 | F | 44 | 46 | 33 |
| Octal | 302 | 331 | 52 | 13 | 0 | 121 | 17 | 104 | 106 | 63 |
| Binary | 11000010 | 11011001 | 101010 | 1011 | 0 | 1010001 | 1111 | 1000100 | 1000110 | 110011 |
Color Harmonies of #C2D92A
Complementary color
Monochromatic Colors of #C2D92A
Black with #C2D92A
Text Example
Text Example
White with #C2D92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D92A; }
p { color: rgb(194,217,42); }
H1.HeaderClassName
{
color: #C2D92A;
}
.AnyTagClassName
{
color: #C2D92A;
}
</style>
background-color css
<style>
a { background-color: #C2D92A; }
a { background-color: rgb(194,217,42); }
div.DivClassName
{
background-color: #C2D92A;
}
.BgClassName
{
background-color: #C2D92A;
}
</style>
border-color css
<style>
span { border-color: #C2D92A; }
span { border-color: rgb(194,217,42); }
td.TdClassName
{
border-color: #C2D92A;
}
.TagClassName
{
border-color: #C2D92A;
}
</style>