Shades of Fuego #C8D62B
Tints of Fuego #C8D62B
RGB
CMYK
RGB Variations
Color information
#C8D62B (or 0xC8D62B) is known color: Fuego. HEX triplet: C8, D6 and 2B. RGB value is (200,214,43). Sum of RGB (Red+Green+Blue) = 200+214+43=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 43 (17.19% from 255 or 9.41% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D62B is #3729D4. Grayscale: #BEBEBE. Windows color (decimal): -3615189 or 2873032. OLE color: 2873032.
HSL color Cylindrical-coordinate representation of color #C8D62B: hue angle of 64.91º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8D62B is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 43 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.16 |
| HSL | 64.91º | 0.68% | 0.5% | - |
| HSV(B) | 64.91º | 0.8% | 0.84% | - |
| XYZ | 48.3 | 60.55 | 11.43 | - |
| YUV | 190.32 | 44.86 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 43 | 0.07 | 0 | 0.80 | 0.16 | 64.91 | 0.68 | 0.5 |
| Hex | C8 | D6 | 2B | 7 | 0 | 50 | 10 | 41 | 44 | 32 |
| Octal | 310 | 326 | 53 | 7 | 0 | 120 | 20 | 101 | 104 | 62 |
| Binary | 11001000 | 11010110 | 101011 | 111 | 0 | 1010000 | 10000 | 1000001 | 1000100 | 110010 |
Color Harmonies of #C8D62B
Complementary color
Monochromatic Colors of #C8D62B
Black with #C8D62B
Text Example
Text Example
White with #C8D62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D62B; }
p { color: rgb(200,214,43); }
H1.HeaderClassName
{
color: #C8D62B;
}
.AnyTagClassName
{
color: #C8D62B;
}
</style>
background-color css
<style>
a { background-color: #C8D62B; }
a { background-color: rgb(200,214,43); }
div.DivClassName
{
background-color: #C8D62B;
}
.BgClassName
{
background-color: #C8D62B;
}
</style>
border-color css
<style>
span { border-color: #C8D62B; }
span { border-color: rgb(200,214,43); }
td.TdClassName
{
border-color: #C8D62B;
}
.TagClassName
{
border-color: #C8D62B;
}
</style>