Shades of Fuego #C2D92F
Tints of Fuego #C2D92F
RGB
CMYK
RGB Variations
Color information
#C2D92F (or 0xC2D92F) is known color: Fuego. HEX triplet: C2, D9 and 2F. RGB value is (194,217,47). Sum of RGB (Red+Green+Blue) = 194+217+47=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 47 (18.75% from 255 or 10.26% from 458); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D92F is #3D26D0. Grayscale: #BFBFBF. Windows color (decimal): -4007633 or 3135938. OLE color: 3135938.
HSL color Cylindrical-coordinate representation of color #C2D92F: hue angle of 68.12º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2D92F is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 47 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.15 |
| HSL | 68.12º | 0.69% | 0.52% | - |
| HSV(B) | 68.12º | 0.78% | 0.85% | - |
| XYZ | 47.57 | 61.3 | 12.01 | - |
| YUV | 190.74 | 46.88 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 47 | 0.11 | 0 | 0.78 | 0.15 | 68.12 | 0.69 | 0.52 |
| Hex | C2 | D9 | 2F | B | 0 | 4E | F | 44 | 45 | 34 |
| Octal | 302 | 331 | 57 | 13 | 0 | 116 | 17 | 104 | 105 | 64 |
| Binary | 11000010 | 11011001 | 101111 | 1011 | 0 | 1001110 | 1111 | 1000100 | 1000101 | 110100 |
Color Harmonies of #C2D92F
Complementary color
Monochromatic Colors of #C2D92F
Black with #C2D92F
Text Example
Text Example
White with #C2D92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D92F; }
p { color: rgb(194,217,47); }
H1.HeaderClassName
{
color: #C2D92F;
}
.AnyTagClassName
{
color: #C2D92F;
}
</style>
background-color css
<style>
a { background-color: #C2D92F; }
a { background-color: rgb(194,217,47); }
div.DivClassName
{
background-color: #C2D92F;
}
.BgClassName
{
background-color: #C2D92F;
}
</style>
border-color css
<style>
span { border-color: #C2D92F; }
span { border-color: rgb(194,217,47); }
td.TdClassName
{
border-color: #C2D92F;
}
.TagClassName
{
border-color: #C2D92F;
}
</style>