Shades of Fuego #CADD22
Tints of Fuego #CADD22
RGB
CMYK
RGB Variations
Color information
#CADD22 (or 0xCADD22) is known color: Fuego. HEX triplet: CA, DD and 22. RGB value is (202,221,34). Sum of RGB (Red+Green+Blue) = 202+221+34=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 34 (13.67% from 255 or 7.44% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD22 is #3522DD. Grayscale: #C2C2C2. Windows color (decimal): -3482334 or 2285002. OLE color: 2285002.
HSL color Cylindrical-coordinate representation of color #CADD22: hue angle of 66.1º degrees, saturation: 0.73, 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 #CADD22 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 34 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.13 |
| HSL | 66.1º | 0.73% | 0.5% | - |
| HSV(B) | 66.1º | 0.85% | 0.87% | - |
| XYZ | 50.5 | 64.38 | 11.28 | - |
| YUV | 194 | 37.71 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 34 | 0.09 | 0 | 0.85 | 0.13 | 66.1 | 0.73 | 0.5 |
| Hex | CA | DD | 22 | 9 | 0 | 55 | D | 42 | 49 | 32 |
| Octal | 312 | 335 | 42 | 11 | 0 | 125 | 15 | 102 | 111 | 62 |
| Binary | 11001010 | 11011101 | 100010 | 1001 | 0 | 1010101 | 1101 | 1000010 | 1001001 | 110010 |
Color Harmonies of #CADD22
Complementary color
Monochromatic Colors of #CADD22
Black with #CADD22
Text Example
Text Example
White with #CADD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD22; }
p { color: rgb(202,221,34); }
H1.HeaderClassName
{
color: #CADD22;
}
.AnyTagClassName
{
color: #CADD22;
}
</style>
background-color css
<style>
a { background-color: #CADD22; }
a { background-color: rgb(202,221,34); }
div.DivClassName
{
background-color: #CADD22;
}
.BgClassName
{
background-color: #CADD22;
}
</style>
border-color css
<style>
span { border-color: #CADD22; }
span { border-color: rgb(202,221,34); }
td.TdClassName
{
border-color: #CADD22;
}
.TagClassName
{
border-color: #CADD22;
}
</style>