Shades of Fuego #C3DD1F
Tints of Fuego #C3DD1F
RGB
CMYK
RGB Variations
Color information
#C3DD1F (or 0xC3DD1F) is known color: Fuego. HEX triplet: C3, DD and 1F. RGB value is (195,221,31). Sum of RGB (Red+Green+Blue) = 195+221+31=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3DD1F is #3C22E0. Grayscale: #C0C0C0. Windows color (decimal): -3941089 or 2088387. OLE color: 2088387.
HSL color Cylindrical-coordinate representation of color #C3DD1F: hue angle of 68.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3DD1F is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 221 | 31 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.13 |
| HSL | 68.21º | 0.75% | 0.49% | - |
| HSV(B) | 68.21º | 0.86% | 0.87% | - |
| XYZ | 48.61 | 63.41 | 10.97 | - |
| YUV | 191.57 | 37.39 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 31 | 0.12 | 0 | 0.86 | 0.13 | 68.21 | 0.75 | 0.49 |
| Hex | C3 | DD | 1F | C | 0 | 56 | D | 44 | 4B | 31 |
| Octal | 303 | 335 | 37 | 14 | 0 | 126 | 15 | 104 | 113 | 61 |
| Binary | 11000011 | 11011101 | 11111 | 1100 | 0 | 1010110 | 1101 | 1000100 | 1001011 | 110001 |
Color Harmonies of #C3DD1F
Complementary color
Monochromatic Colors of #C3DD1F
Black with #C3DD1F
Text Example
Text Example
White with #C3DD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DD1F; }
p { color: rgb(195,221,31); }
H1.HeaderClassName
{
color: #C3DD1F;
}
.AnyTagClassName
{
color: #C3DD1F;
}
</style>
background-color css
<style>
a { background-color: #C3DD1F; }
a { background-color: rgb(195,221,31); }
div.DivClassName
{
background-color: #C3DD1F;
}
.BgClassName
{
background-color: #C3DD1F;
}
</style>
border-color css
<style>
span { border-color: #C3DD1F; }
span { border-color: rgb(195,221,31); }
td.TdClassName
{
border-color: #C3DD1F;
}
.TagClassName
{
border-color: #C3DD1F;
}
</style>