Shades of Fuego #CADD16
Tints of Fuego #CADD16
RGB
CMYK
RGB Variations
Color information
#CADD16 (or 0xCADD16) is known color: Fuego. HEX triplet: CA, DD and 16. RGB value is (202,221,22). Sum of RGB (Red+Green+Blue) = 202+221+22=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 22 (8.98% from 255 or 4.94% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADD16 is #3522E9. Grayscale: #C1C1C1. Windows color (decimal): -3482346 or 1498570. OLE color: 1498570.
HSL color Cylindrical-coordinate representation of color #CADD16: hue angle of 65.73º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CADD16 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 22 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.13 |
| HSL | 65.73º | 0.82% | 0.48% | - |
| HSV(B) | 65.73º | 0.9% | 0.87% | - |
| XYZ | 50.36 | 64.33 | 10.52 | - |
| YUV | 192.63 | 31.71 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 22 | 0.09 | 0 | 0.90 | 0.13 | 65.73 | 0.82 | 0.48 |
| Hex | CA | DD | 16 | 9 | 0 | 5A | D | 42 | 52 | 30 |
| Octal | 312 | 335 | 26 | 11 | 0 | 132 | 15 | 102 | 122 | 60 |
| Binary | 11001010 | 11011101 | 10110 | 1001 | 0 | 1011010 | 1101 | 1000010 | 1010010 | 110000 |
Color Harmonies of #CADD16
Complementary color
Monochromatic Colors of #CADD16
Black with #CADD16
Text Example
Text Example
White with #CADD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD16; }
p { color: rgb(202,221,22); }
H1.HeaderClassName
{
color: #CADD16;
}
.AnyTagClassName
{
color: #CADD16;
}
</style>
background-color css
<style>
a { background-color: #CADD16; }
a { background-color: rgb(202,221,22); }
div.DivClassName
{
background-color: #CADD16;
}
.BgClassName
{
background-color: #CADD16;
}
</style>
border-color css
<style>
span { border-color: #CADD16; }
span { border-color: rgb(202,221,22); }
td.TdClassName
{
border-color: #CADD16;
}
.TagClassName
{
border-color: #CADD16;
}
</style>