Shades of Las Palmas #CAE04A
Tints of Las Palmas #CAE04A
RGB
CMYK
RGB Variations
Color information
#CAE04A (or 0xCAE04A) is known color: Las Palmas. HEX triplet: CA, E0 and 4A. RGB value is (202,224,74). Sum of RGB (Red+Green+Blue) = 202+224+74=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE04A is #351FB5. Grayscale: #C8C8C8. Windows color (decimal): -3481526 or 4907210. OLE color: 4907210.
HSL color Cylindrical-coordinate representation of color #CAE04A: hue angle of 68.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAE04A is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 74 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.12 |
| HSL | 68.8º | 0.71% | 0.58% | - |
| HSV(B) | 68.8º | 0.67% | 0.88% | - |
| XYZ | 52.25 | 66.36 | 16.53 | - |
| YUV | 200.32 | 56.71 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 74 | 0.10 | 0 | 0.67 | 0.12 | 68.8 | 0.71 | 0.58 |
| Hex | CA | E0 | 4A | A | 0 | 43 | C | 45 | 47 | 3A |
| Octal | 312 | 340 | 112 | 12 | 0 | 103 | 14 | 105 | 107 | 72 |
| Binary | 11001010 | 11100000 | 1001010 | 1010 | 0 | 1000011 | 1100 | 1000101 | 1000111 | 111010 |
Color Harmonies of #CAE04A
Complementary color
Monochromatic Colors of #CAE04A
Black with #CAE04A
Text Example
Text Example
White with #CAE04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE04A; }
p { color: rgb(202,224,74); }
H1.HeaderClassName
{
color: #CAE04A;
}
.AnyTagClassName
{
color: #CAE04A;
}
</style>
background-color css
<style>
a { background-color: #CAE04A; }
a { background-color: rgb(202,224,74); }
div.DivClassName
{
background-color: #CAE04A;
}
.BgClassName
{
background-color: #CAE04A;
}
</style>
border-color css
<style>
span { border-color: #CAE04A; }
span { border-color: rgb(202,224,74); }
td.TdClassName
{
border-color: #CAE04A;
}
.TagClassName
{
border-color: #CAE04A;
}
</style>