Shades of Fuego #CAE018
Tints of Fuego #CAE018
RGB
CMYK
RGB Variations
Color information
#CAE018 (or 0xCAE018) is known color: Fuego. HEX triplet: CA, E0 and 18. RGB value is (202,224,24). Sum of RGB (Red+Green+Blue) = 202+224+24=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 24 (9.77% from 255 or 5.33% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE018 is #351FE7. Grayscale: #C3C3C3. Windows color (decimal): -3481576 or 1630410. OLE color: 1630410.
HSL color Cylindrical-coordinate representation of color #CAE018: hue angle of 66.6º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAE018 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 24 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.12 |
| HSL | 66.6º | 0.81% | 0.49% | - |
| HSV(B) | 66.6º | 0.89% | 0.88% | - |
| XYZ | 51.18 | 65.93 | 10.89 | - |
| YUV | 194.62 | 31.71 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 24 | 0.10 | 0 | 0.89 | 0.12 | 66.6 | 0.81 | 0.49 |
| Hex | CA | E0 | 18 | A | 0 | 59 | C | 43 | 51 | 31 |
| Octal | 312 | 340 | 30 | 12 | 0 | 131 | 14 | 103 | 121 | 61 |
| Binary | 11001010 | 11100000 | 11000 | 1010 | 0 | 1011001 | 1100 | 1000011 | 1010001 | 110001 |
Color Harmonies of #CAE018
Complementary color
Monochromatic Colors of #CAE018
Black with #CAE018
Text Example
Text Example
White with #CAE018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE018; }
p { color: rgb(202,224,24); }
H1.HeaderClassName
{
color: #CAE018;
}
.AnyTagClassName
{
color: #CAE018;
}
</style>
background-color css
<style>
a { background-color: #CAE018; }
a { background-color: rgb(202,224,24); }
div.DivClassName
{
background-color: #CAE018;
}
.BgClassName
{
background-color: #CAE018;
}
</style>
border-color css
<style>
span { border-color: #CAE018; }
span { border-color: rgb(202,224,24); }
td.TdClassName
{
border-color: #CAE018;
}
.TagClassName
{
border-color: #CAE018;
}
</style>