Shades of Fuego #CAD32E
Tints of Fuego #CAD32E
RGB
CMYK
RGB Variations
Color information
#CAD32E (or 0xCAD32E) is known color: Fuego. HEX triplet: CA, D3 and 2E. RGB value is (202,211,46). Sum of RGB (Red+Green+Blue) = 202+211+46=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 46 (18.36% from 255 or 10.02% from 459); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD32E is #352CD1. Grayscale: #BEBEBE. Windows color (decimal): -3484882 or 3068874. OLE color: 3068874.
HSL color Cylindrical-coordinate representation of color #CAD32E: hue angle of 63.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAD32E is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 46 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.17 |
| HSL | 63.27º | 0.65% | 0.5% | - |
| HSV(B) | 63.27º | 0.78% | 0.83% | - |
| XYZ | 48.14 | 59.34 | 11.5 | - |
| YUV | 189.5 | 47.02 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 46 | 0.04 | 0 | 0.78 | 0.17 | 63.27 | 0.65 | 0.5 |
| Hex | CA | D3 | 2E | 4 | 0 | 4E | 11 | 3F | 41 | 32 |
| Octal | 312 | 323 | 56 | 4 | 0 | 116 | 21 | 77 | 101 | 62 |
| Binary | 11001010 | 11010011 | 101110 | 100 | 0 | 1001110 | 10001 | 111111 | 1000001 | 110010 |
Color Harmonies of #CAD32E
Complementary color
Monochromatic Colors of #CAD32E
Black with #CAD32E
Text Example
Text Example
White with #CAD32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD32E; }
p { color: rgb(202,211,46); }
H1.HeaderClassName
{
color: #CAD32E;
}
.AnyTagClassName
{
color: #CAD32E;
}
</style>
background-color css
<style>
a { background-color: #CAD32E; }
a { background-color: rgb(202,211,46); }
div.DivClassName
{
background-color: #CAD32E;
}
.BgClassName
{
background-color: #CAD32E;
}
</style>
border-color css
<style>
span { border-color: #CAD32E; }
span { border-color: rgb(202,211,46); }
td.TdClassName
{
border-color: #CAD32E;
}
.TagClassName
{
border-color: #CAD32E;
}
</style>