Shades of Fuego #C8D92F
Tints of Fuego #C8D92F
RGB
CMYK
RGB Variations
Color information
#C8D92F (or 0xC8D92F) is known color: Fuego. HEX triplet: C8, D9 and 2F. RGB value is (200,217,47). Sum of RGB (Red+Green+Blue) = 200+217+47=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D92F is #3726D0. Grayscale: #C1C1C1. Windows color (decimal): -3614417 or 3135944. OLE color: 3135944.
HSL color Cylindrical-coordinate representation of color #C8D92F: hue angle of 66º 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 #C8D92F is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 47 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.15 |
| HSL | 66º | 0.69% | 0.52% | - |
| HSV(B) | 66º | 0.78% | 0.85% | - |
| XYZ | 49.15 | 62.11 | 12.09 | - |
| YUV | 192.54 | 45.87 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 47 | 0.08 | 0 | 0.78 | 0.15 | 66 | 0.69 | 0.52 |
| Hex | C8 | D9 | 2F | 8 | 0 | 4E | F | 42 | 45 | 34 |
| Octal | 310 | 331 | 57 | 10 | 0 | 116 | 17 | 102 | 105 | 64 |
| Binary | 11001000 | 11011001 | 101111 | 1000 | 0 | 1001110 | 1111 | 1000010 | 1000101 | 110100 |
Color Harmonies of #C8D92F
Complementary color
Monochromatic Colors of #C8D92F
Black with #C8D92F
Text Example
Text Example
White with #C8D92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D92F; }
p { color: rgb(200,217,47); }
H1.HeaderClassName
{
color: #C8D92F;
}
.AnyTagClassName
{
color: #C8D92F;
}
</style>
background-color css
<style>
a { background-color: #C8D92F; }
a { background-color: rgb(200,217,47); }
div.DivClassName
{
background-color: #C8D92F;
}
.BgClassName
{
background-color: #C8D92F;
}
</style>
border-color css
<style>
span { border-color: #C8D92F; }
span { border-color: rgb(200,217,47); }
td.TdClassName
{
border-color: #C8D92F;
}
.TagClassName
{
border-color: #C8D92F;
}
</style>