Shades of Fuego #CADD1D
Tints of Fuego #CADD1D
RGB
CMYK
RGB Variations
Color information
#CADD1D (or 0xCADD1D) is known color: Fuego. HEX triplet: CA, DD and 1D. RGB value is (202,221,29). Sum of RGB (Red+Green+Blue) = 202+221+29=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 29 (11.72% from 255 or 6.42% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD1D is #3522E2. Grayscale: #C2C2C2. Windows color (decimal): -3482339 or 1957322. OLE color: 1957322.
HSL color Cylindrical-coordinate representation of color #CADD1D: hue angle of 65.94º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CADD1D is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 29 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.13 |
| HSL | 65.94º | 0.77% | 0.49% | - |
| HSV(B) | 65.94º | 0.87% | 0.87% | - |
| XYZ | 50.44 | 64.36 | 10.93 | - |
| YUV | 193.43 | 35.21 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 29 | 0.09 | 0 | 0.87 | 0.13 | 65.94 | 0.77 | 0.49 |
| Hex | CA | DD | 1D | 9 | 0 | 57 | D | 42 | 4D | 31 |
| Octal | 312 | 335 | 35 | 11 | 0 | 127 | 15 | 102 | 115 | 61 |
| Binary | 11001010 | 11011101 | 11101 | 1001 | 0 | 1010111 | 1101 | 1000010 | 1001101 | 110001 |
Color Harmonies of #CADD1D
Complementary color
Monochromatic Colors of #CADD1D
Black with #CADD1D
Text Example
Text Example
White with #CADD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD1D; }
p { color: rgb(202,221,29); }
H1.HeaderClassName
{
color: #CADD1D;
}
.AnyTagClassName
{
color: #CADD1D;
}
</style>
background-color css
<style>
a { background-color: #CADD1D; }
a { background-color: rgb(202,221,29); }
div.DivClassName
{
background-color: #CADD1D;
}
.BgClassName
{
background-color: #CADD1D;
}
</style>
border-color css
<style>
span { border-color: #CADD1D; }
span { border-color: rgb(202,221,29); }
td.TdClassName
{
border-color: #CADD1D;
}
.TagClassName
{
border-color: #CADD1D;
}
</style>