Shades of Fuego #C3DB1A
Tints of Fuego #C3DB1A
RGB
CMYK
RGB Variations
Color information
#C3DB1A (or 0xC3DB1A) is known color: Fuego. HEX triplet: C3, DB and 1A. RGB value is (195,219,26). Sum of RGB (Red+Green+Blue) = 195+219+26=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3DB1A is #3C24E5. Grayscale: #BEBEBE. Windows color (decimal): -3941606 or 1760195. OLE color: 1760195.
HSL color Cylindrical-coordinate representation of color #C3DB1A: hue angle of 67.46º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3DB1A is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 219 | 26 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.14 |
| HSL | 67.46º | 0.79% | 0.48% | - |
| HSV(B) | 67.46º | 0.88% | 0.86% | - |
| XYZ | 48.02 | 62.34 | 10.48 | - |
| YUV | 189.82 | 35.55 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 26 | 0.11 | 0 | 0.88 | 0.14 | 67.46 | 0.79 | 0.48 |
| Hex | C3 | DB | 1A | B | 0 | 58 | E | 43 | 4F | 30 |
| Octal | 303 | 333 | 32 | 13 | 0 | 130 | 16 | 103 | 117 | 60 |
| Binary | 11000011 | 11011011 | 11010 | 1011 | 0 | 1011000 | 1110 | 1000011 | 1001111 | 110000 |
Color Harmonies of #C3DB1A
Complementary color
Monochromatic Colors of #C3DB1A
Black with #C3DB1A
Text Example
Text Example
White with #C3DB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DB1A; }
p { color: rgb(195,219,26); }
H1.HeaderClassName
{
color: #C3DB1A;
}
.AnyTagClassName
{
color: #C3DB1A;
}
</style>
background-color css
<style>
a { background-color: #C3DB1A; }
a { background-color: rgb(195,219,26); }
div.DivClassName
{
background-color: #C3DB1A;
}
.BgClassName
{
background-color: #C3DB1A;
}
</style>
border-color css
<style>
span { border-color: #C3DB1A; }
span { border-color: rgb(195,219,26); }
td.TdClassName
{
border-color: #C3DB1A;
}
.TagClassName
{
border-color: #C3DB1A;
}
</style>