Shades of Fuego #C3DE1D
Tints of Fuego #C3DE1D
RGB
CMYK
RGB Variations
Color information
#C3DE1D (or 0xC3DE1D) is known color: Fuego. HEX triplet: C3, DE and 1D. RGB value is (195,222,29). Sum of RGB (Red+Green+Blue) = 195+222+29=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 29 (11.72% from 255 or 6.50% from 446); Max value from RGB is 222 - color contains mainly: green. Hex color #C3DE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3DE1D is #3C21E2. Grayscale: #C0C0C0. Windows color (decimal): -3940835 or 1957571. OLE color: 1957571.
HSL color Cylindrical-coordinate representation of color #C3DE1D: hue angle of 68.39º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3DE1D is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 222 | 29 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.13 |
| HSL | 68.39º | 0.77% | 0.49% | - |
| HSV(B) | 68.39º | 0.87% | 0.87% | - |
| XYZ | 48.85 | 63.93 | 10.93 | - |
| YUV | 191.93 | 36.05 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 222 | 29 | 0.12 | 0 | 0.87 | 0.13 | 68.39 | 0.77 | 0.49 |
| Hex | C3 | DE | 1D | C | 0 | 57 | D | 44 | 4D | 31 |
| Octal | 303 | 336 | 35 | 14 | 0 | 127 | 15 | 104 | 115 | 61 |
| Binary | 11000011 | 11011110 | 11101 | 1100 | 0 | 1010111 | 1101 | 1000100 | 1001101 | 110001 |
Color Harmonies of #C3DE1D
Complementary color
Monochromatic Colors of #C3DE1D
Black with #C3DE1D
Text Example
Text Example
White with #C3DE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DE1D; }
p { color: rgb(195,222,29); }
H1.HeaderClassName
{
color: #C3DE1D;
}
.AnyTagClassName
{
color: #C3DE1D;
}
</style>
background-color css
<style>
a { background-color: #C3DE1D; }
a { background-color: rgb(195,222,29); }
div.DivClassName
{
background-color: #C3DE1D;
}
.BgClassName
{
background-color: #C3DE1D;
}
</style>
border-color css
<style>
span { border-color: #C3DE1D; }
span { border-color: rgb(195,222,29); }
td.TdClassName
{
border-color: #C3DE1D;
}
.TagClassName
{
border-color: #C3DE1D;
}
</style>