Shades of Fuego #C5DE2B
Tints of Fuego #C5DE2B
RGB
CMYK
RGB Variations
Color information
#C5DE2B (or 0xC5DE2B) is known color: Fuego. HEX triplet: C5, DE and 2B. RGB value is (197,222,43). Sum of RGB (Red+Green+Blue) = 197+222+43=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 43 (17.19% from 255 or 9.31% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DE2B is #3A21D4. Grayscale: #C2C2C2. Windows color (decimal): -3809749 or 2875077. OLE color: 2875077.
HSL color Cylindrical-coordinate representation of color #C5DE2B: hue angle of 68.38º 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 #C5DE2B is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 43 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.13 |
| HSL | 68.38º | 0.73% | 0.52% | - |
| HSV(B) | 68.38º | 0.81% | 0.87% | - |
| XYZ | 49.58 | 64.29 | 12.08 | - |
| YUV | 194.12 | 42.72 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 43 | 0.11 | 0 | 0.81 | 0.13 | 68.38 | 0.73 | 0.52 |
| Hex | C5 | DE | 2B | B | 0 | 51 | D | 44 | 49 | 34 |
| Octal | 305 | 336 | 53 | 13 | 0 | 121 | 15 | 104 | 111 | 64 |
| Binary | 11000101 | 11011110 | 101011 | 1011 | 0 | 1010001 | 1101 | 1000100 | 1001001 | 110100 |
Color Harmonies of #C5DE2B
Complementary color
Monochromatic Colors of #C5DE2B
Black with #C5DE2B
Text Example
Text Example
White with #C5DE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DE2B; }
p { color: rgb(197,222,43); }
H1.HeaderClassName
{
color: #C5DE2B;
}
.AnyTagClassName
{
color: #C5DE2B;
}
</style>
background-color css
<style>
a { background-color: #C5DE2B; }
a { background-color: rgb(197,222,43); }
div.DivClassName
{
background-color: #C5DE2B;
}
.BgClassName
{
background-color: #C5DE2B;
}
</style>
border-color css
<style>
span { border-color: #C5DE2B; }
span { border-color: rgb(197,222,43); }
td.TdClassName
{
border-color: #C5DE2B;
}
.TagClassName
{
border-color: #C5DE2B;
}
</style>