Shades of Fuego #C4DE2A
Tints of Fuego #C4DE2A
RGB
CMYK
RGB Variations
Color information
#C4DE2A (or 0xC4DE2A) is known color: Fuego. HEX triplet: C4, DE and 2A. RGB value is (196,222,42). Sum of RGB (Red+Green+Blue) = 196+222+42=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 42 (16.80% from 255 or 9.13% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #C4DE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DE2A is #3B21D5. Grayscale: #C2C2C2. Windows color (decimal): -3875286 or 2809540. OLE color: 2809540.
HSL color Cylindrical-coordinate representation of color #C4DE2A: hue angle of 68.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4DE2A is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 222 | 42 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.13 |
| HSL | 68.67º | 0.73% | 0.52% | - |
| HSV(B) | 68.67º | 0.81% | 0.87% | - |
| XYZ | 49.3 | 64.15 | 11.97 | - |
| YUV | 193.71 | 42.39 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 222 | 42 | 0.12 | 0 | 0.81 | 0.13 | 68.67 | 0.73 | 0.52 |
| Hex | C4 | DE | 2A | C | 0 | 51 | D | 45 | 49 | 34 |
| Octal | 304 | 336 | 52 | 14 | 0 | 121 | 15 | 105 | 111 | 64 |
| Binary | 11000100 | 11011110 | 101010 | 1100 | 0 | 1010001 | 1101 | 1000101 | 1001001 | 110100 |
Color Harmonies of #C4DE2A
Complementary color
Monochromatic Colors of #C4DE2A
Black with #C4DE2A
Text Example
Text Example
White with #C4DE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DE2A; }
p { color: rgb(196,222,42); }
H1.HeaderClassName
{
color: #C4DE2A;
}
.AnyTagClassName
{
color: #C4DE2A;
}
</style>
background-color css
<style>
a { background-color: #C4DE2A; }
a { background-color: rgb(196,222,42); }
div.DivClassName
{
background-color: #C4DE2A;
}
.BgClassName
{
background-color: #C4DE2A;
}
</style>
border-color css
<style>
span { border-color: #C4DE2A; }
span { border-color: rgb(196,222,42); }
td.TdClassName
{
border-color: #C4DE2A;
}
.TagClassName
{
border-color: #C4DE2A;
}
</style>