Shades of Fuego #CADD13
Tints of Fuego #CADD13
RGB
CMYK
RGB Variations
Color information
#CADD13 (or 0xCADD13) is known color: Fuego. HEX triplet: CA, DD and 13. RGB value is (202,221,19). Sum of RGB (Red+Green+Blue) = 202+221+19=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 19 (7.81% from 255 or 4.30% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADD13 is #3522EC. Grayscale: #C1C1C1. Windows color (decimal): -3482349 or 1301962. OLE color: 1301962.
HSL color Cylindrical-coordinate representation of color #CADD13: hue angle of 65.64º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CADD13 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 19 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.13 |
| HSL | 65.64º | 0.84% | 0.47% | - |
| HSV(B) | 65.64º | 0.91% | 0.87% | - |
| XYZ | 50.33 | 64.32 | 10.38 | - |
| YUV | 192.29 | 30.21 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 19 | 0.09 | 0 | 0.91 | 0.13 | 65.64 | 0.84 | 0.47 |
| Hex | CA | DD | 13 | 9 | 0 | 5B | D | 42 | 54 | 2F |
| Octal | 312 | 335 | 23 | 11 | 0 | 133 | 15 | 102 | 124 | 57 |
| Binary | 11001010 | 11011101 | 10011 | 1001 | 0 | 1011011 | 1101 | 1000010 | 1010100 | 101111 |
Color Harmonies of #CADD13
Complementary color
Monochromatic Colors of #CADD13
Black with #CADD13
Text Example
Text Example
White with #CADD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD13; }
p { color: rgb(202,221,19); }
H1.HeaderClassName
{
color: #CADD13;
}
.AnyTagClassName
{
color: #CADD13;
}
</style>
background-color css
<style>
a { background-color: #CADD13; }
a { background-color: rgb(202,221,19); }
div.DivClassName
{
background-color: #CADD13;
}
.BgClassName
{
background-color: #CADD13;
}
</style>
border-color css
<style>
span { border-color: #CADD13; }
span { border-color: rgb(202,221,19); }
td.TdClassName
{
border-color: #CADD13;
}
.TagClassName
{
border-color: #CADD13;
}
</style>