Shades of Fuego #C3DA24
Tints of Fuego #C3DA24
RGB
CMYK
RGB Variations
Color information
#C3DA24 (or 0xC3DA24) is known color: Fuego. HEX triplet: C3, DA and 24. RGB value is (195,218,36). Sum of RGB (Red+Green+Blue) = 195+218+36=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3DA24 is #3C25DB. Grayscale: #BFBFBF. Windows color (decimal): -3941852 or 2415299. OLE color: 2415299.
HSL color Cylindrical-coordinate representation of color #C3DA24: hue angle of 67.58º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3DA24 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 218 | 36 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.15 |
| HSL | 67.58º | 0.72% | 0.5% | - |
| HSV(B) | 67.58º | 0.83% | 0.85% | - |
| XYZ | 47.9 | 61.87 | 11.09 | - |
| YUV | 190.38 | 40.88 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 218 | 36 | 0.11 | 0 | 0.83 | 0.15 | 67.58 | 0.72 | 0.5 |
| Hex | C3 | DA | 24 | B | 0 | 53 | F | 44 | 48 | 32 |
| Octal | 303 | 332 | 44 | 13 | 0 | 123 | 17 | 104 | 110 | 62 |
| Binary | 11000011 | 11011010 | 100100 | 1011 | 0 | 1010011 | 1111 | 1000100 | 1001000 | 110010 |
Color Harmonies of #C3DA24
Complementary color
Monochromatic Colors of #C3DA24
Black with #C3DA24
Text Example
Text Example
White with #C3DA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DA24; }
p { color: rgb(195,218,36); }
H1.HeaderClassName
{
color: #C3DA24;
}
.AnyTagClassName
{
color: #C3DA24;
}
</style>
background-color css
<style>
a { background-color: #C3DA24; }
a { background-color: rgb(195,218,36); }
div.DivClassName
{
background-color: #C3DA24;
}
.BgClassName
{
background-color: #C3DA24;
}
</style>
border-color css
<style>
span { border-color: #C3DA24; }
span { border-color: rgb(195,218,36); }
td.TdClassName
{
border-color: #C3DA24;
}
.TagClassName
{
border-color: #C3DA24;
}
</style>