Shades of Fuego #C0D038
Tints of Fuego #C0D038
RGB
CMYK
RGB Variations
Color information
#C0D038 (or 0xC0D038) is known color: Fuego. HEX triplet: C0, D0 and 38. RGB value is (192,208,56). Sum of RGB (Red+Green+Blue) = 192+208+56=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D038 is #3F2FC7. Grayscale: #BABABA. Windows color (decimal): -4141000 or 3723456. OLE color: 3723456.
HSL color Cylindrical-coordinate representation of color #C0D038: hue angle of 66.32º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0D038 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 56 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.18 |
| HSL | 66.32º | 0.62% | 0.52% | - |
| HSV(B) | 66.32º | 0.73% | 0.82% | - |
| XYZ | 45.01 | 56.6 | 12.29 | - |
| YUV | 185.89 | 54.7 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 56 | 0.08 | 0 | 0.73 | 0.18 | 66.32 | 0.62 | 0.52 |
| Hex | C0 | D0 | 38 | 8 | 0 | 49 | 12 | 42 | 3E | 34 |
| Octal | 300 | 320 | 70 | 10 | 0 | 111 | 22 | 102 | 76 | 64 |
| Binary | 11000000 | 11010000 | 111000 | 1000 | 0 | 1001001 | 10010 | 1000010 | 111110 | 110100 |
Color Harmonies of #C0D038
Complementary color
Monochromatic Colors of #C0D038
Black with #C0D038
Text Example
Text Example
White with #C0D038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D038; }
p { color: rgb(192,208,56); }
H1.HeaderClassName
{
color: #C0D038;
}
.AnyTagClassName
{
color: #C0D038;
}
</style>
background-color css
<style>
a { background-color: #C0D038; }
a { background-color: rgb(192,208,56); }
div.DivClassName
{
background-color: #C0D038;
}
.BgClassName
{
background-color: #C0D038;
}
</style>
border-color css
<style>
span { border-color: #C0D038; }
span { border-color: rgb(192,208,56); }
td.TdClassName
{
border-color: #C0D038;
}
.TagClassName
{
border-color: #C0D038;
}
</style>