Shades of Fuego #C8DE21
Tints of Fuego #C8DE21
RGB
CMYK
RGB Variations
Color information
#C8DE21 (or 0xC8DE21) is known color: Fuego. HEX triplet: C8, DE and 21. RGB value is (200,222,33). Sum of RGB (Red+Green+Blue) = 200+222+33=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 222 (87.11% from 255 or 48.79% from 455); Blue value is 33 (13.28% from 255 or 7.25% from 455); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DE21 is #3721DE. Grayscale: #C2C2C2. Windows color (decimal): -3613151 or 2219720. OLE color: 2219720.
HSL color Cylindrical-coordinate representation of color #C8DE21: hue angle of 66.98º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8DE21 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 33 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.13 |
| HSL | 66.98º | 0.74% | 0.5% | - |
| HSV(B) | 66.98º | 0.85% | 0.87% | - |
| XYZ | 50.22 | 64.63 | 11.27 | - |
| YUV | 193.88 | 37.21 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 33 | 0.10 | 0 | 0.85 | 0.13 | 66.98 | 0.74 | 0.5 |
| Hex | C8 | DE | 21 | A | 0 | 55 | D | 43 | 4A | 32 |
| Octal | 310 | 336 | 41 | 12 | 0 | 125 | 15 | 103 | 112 | 62 |
| Binary | 11001000 | 11011110 | 100001 | 1010 | 0 | 1010101 | 1101 | 1000011 | 1001010 | 110010 |
Color Harmonies of #C8DE21
Complementary color
Monochromatic Colors of #C8DE21
Black with #C8DE21
Text Example
Text Example
White with #C8DE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DE21; }
p { color: rgb(200,222,33); }
H1.HeaderClassName
{
color: #C8DE21;
}
.AnyTagClassName
{
color: #C8DE21;
}
</style>
background-color css
<style>
a { background-color: #C8DE21; }
a { background-color: rgb(200,222,33); }
div.DivClassName
{
background-color: #C8DE21;
}
.BgClassName
{
background-color: #C8DE21;
}
</style>
border-color css
<style>
span { border-color: #C8DE21; }
span { border-color: rgb(200,222,33); }
td.TdClassName
{
border-color: #C8DE21;
}
.TagClassName
{
border-color: #C8DE21;
}
</style>