Shades of Fuego #CADD25
Tints of Fuego #CADD25
RGB
CMYK
RGB Variations
Color information
#CADD25 (or 0xCADD25) is known color: Fuego. HEX triplet: CA, DD and 25. RGB value is (202,221,37). Sum of RGB (Red+Green+Blue) = 202+221+37=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 37 (14.84% from 255 or 8.04% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD25 is #3522DA. Grayscale: #C3C3C3. Windows color (decimal): -3482331 or 2481610. OLE color: 2481610.
HSL color Cylindrical-coordinate representation of color #CADD25: hue angle of 66.2º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CADD25 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 37 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.13 |
| HSL | 66.2º | 0.73% | 0.51% | - |
| HSV(B) | 66.2º | 0.83% | 0.87% | - |
| XYZ | 50.55 | 64.4 | 11.52 | - |
| YUV | 194.34 | 39.21 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 37 | 0.09 | 0 | 0.83 | 0.13 | 66.2 | 0.73 | 0.51 |
| Hex | CA | DD | 25 | 9 | 0 | 53 | D | 42 | 49 | 33 |
| Octal | 312 | 335 | 45 | 11 | 0 | 123 | 15 | 102 | 111 | 63 |
| Binary | 11001010 | 11011101 | 100101 | 1001 | 0 | 1010011 | 1101 | 1000010 | 1001001 | 110011 |
Color Harmonies of #CADD25
Complementary color
Monochromatic Colors of #CADD25
Black with #CADD25
Text Example
Text Example
White with #CADD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD25; }
p { color: rgb(202,221,37); }
H1.HeaderClassName
{
color: #CADD25;
}
.AnyTagClassName
{
color: #CADD25;
}
</style>
background-color css
<style>
a { background-color: #CADD25; }
a { background-color: rgb(202,221,37); }
div.DivClassName
{
background-color: #CADD25;
}
.BgClassName
{
background-color: #CADD25;
}
</style>
border-color css
<style>
span { border-color: #CADD25; }
span { border-color: rgb(202,221,37); }
td.TdClassName
{
border-color: #CADD25;
}
.TagClassName
{
border-color: #CADD25;
}
</style>