Shades of Fuego #CADD21
Tints of Fuego #CADD21
RGB
CMYK
RGB Variations
Color information
#CADD21 (or 0xCADD21) is known color: Fuego. HEX triplet: CA, DD and 21. RGB value is (202,221,33). Sum of RGB (Red+Green+Blue) = 202+221+33=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 33 (13.28% from 255 or 7.24% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD21 is #3522DE. Grayscale: #C2C2C2. Windows color (decimal): -3482335 or 2219466. OLE color: 2219466.
HSL color Cylindrical-coordinate representation of color #CADD21: hue angle of 66.06º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CADD21 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 33 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.13 |
| HSL | 66.06º | 0.74% | 0.5% | - |
| HSV(B) | 66.06º | 0.85% | 0.87% | - |
| XYZ | 50.49 | 64.38 | 11.2 | - |
| YUV | 193.89 | 37.21 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 33 | 0.09 | 0 | 0.85 | 0.13 | 66.06 | 0.74 | 0.5 |
| Hex | CA | DD | 21 | 9 | 0 | 55 | D | 42 | 4A | 32 |
| Octal | 312 | 335 | 41 | 11 | 0 | 125 | 15 | 102 | 112 | 62 |
| Binary | 11001010 | 11011101 | 100001 | 1001 | 0 | 1010101 | 1101 | 1000010 | 1001010 | 110010 |
Color Harmonies of #CADD21
Complementary color
Monochromatic Colors of #CADD21
Black with #CADD21
Text Example
Text Example
White with #CADD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD21; }
p { color: rgb(202,221,33); }
H1.HeaderClassName
{
color: #CADD21;
}
.AnyTagClassName
{
color: #CADD21;
}
</style>
background-color css
<style>
a { background-color: #CADD21; }
a { background-color: rgb(202,221,33); }
div.DivClassName
{
background-color: #CADD21;
}
.BgClassName
{
background-color: #CADD21;
}
</style>
border-color css
<style>
span { border-color: #CADD21; }
span { border-color: rgb(202,221,33); }
td.TdClassName
{
border-color: #CADD21;
}
.TagClassName
{
border-color: #CADD21;
}
</style>