Shades of Fuego #CADD20
Tints of Fuego #CADD20
RGB
CMYK
RGB Variations
Color information
#CADD20 (or 0xCADD20) is known color: Fuego. HEX triplet: CA, DD and 20. RGB value is (202,221,32). Sum of RGB (Red+Green+Blue) = 202+221+32=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 32 (12.89% from 255 or 7.03% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD20 is #3522DF. Grayscale: #C2C2C2. Windows color (decimal): -3482336 or 2153930. OLE color: 2153930.
HSL color Cylindrical-coordinate representation of color #CADD20: hue angle of 66.03º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CADD20 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 32 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.13 |
| HSL | 66.03º | 0.75% | 0.5% | - |
| HSV(B) | 66.03º | 0.86% | 0.87% | - |
| XYZ | 50.47 | 64.37 | 11.13 | - |
| YUV | 193.77 | 36.71 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 32 | 0.09 | 0 | 0.86 | 0.13 | 66.03 | 0.75 | 0.5 |
| Hex | CA | DD | 20 | 9 | 0 | 56 | D | 42 | 4B | 32 |
| Octal | 312 | 335 | 40 | 11 | 0 | 126 | 15 | 102 | 113 | 62 |
| Binary | 11001010 | 11011101 | 100000 | 1001 | 0 | 1010110 | 1101 | 1000010 | 1001011 | 110010 |
Color Harmonies of #CADD20
Complementary color
Monochromatic Colors of #CADD20
Black with #CADD20
Text Example
Text Example
White with #CADD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD20; }
p { color: rgb(202,221,32); }
H1.HeaderClassName
{
color: #CADD20;
}
.AnyTagClassName
{
color: #CADD20;
}
</style>
background-color css
<style>
a { background-color: #CADD20; }
a { background-color: rgb(202,221,32); }
div.DivClassName
{
background-color: #CADD20;
}
.BgClassName
{
background-color: #CADD20;
}
</style>
border-color css
<style>
span { border-color: #CADD20; }
span { border-color: rgb(202,221,32); }
td.TdClassName
{
border-color: #CADD20;
}
.TagClassName
{
border-color: #CADD20;
}
</style>