Shades of Las Palmas #CAE84D
Tints of Las Palmas #CAE84D
RGB
CMYK
RGB Variations
Color information
#CAE84D (or 0xCAE84D) is known color: Las Palmas. HEX triplet: CA, E8 and 4D. RGB value is (202,232,77). Sum of RGB (Red+Green+Blue) = 202+232+77=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE84D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE84D is #3517B2. Grayscale: #CDCDCD. Windows color (decimal): -3479475 or 5105866. OLE color: 5105866.
HSL color Cylindrical-coordinate representation of color #CAE84D: hue angle of 71.61º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAE84D is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 77 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.09 |
| HSL | 71.61º | 0.77% | 0.61% | - |
| HSV(B) | 71.61º | 0.67% | 0.91% | - |
| XYZ | 54.55 | 70.81 | 17.81 | - |
| YUV | 205.36 | 55.56 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 77 | 0.13 | 0 | 0.67 | 0.09 | 71.61 | 0.77 | 0.61 |
| Hex | CA | E8 | 4D | D | 0 | 43 | 9 | 48 | 4D | 3D |
| Octal | 312 | 350 | 115 | 15 | 0 | 103 | 11 | 110 | 115 | 75 |
| Binary | 11001010 | 11101000 | 1001101 | 1101 | 0 | 1000011 | 1001 | 1001000 | 1001101 | 111101 |
Color Harmonies of #CAE84D
Complementary color
Monochromatic Colors of #CAE84D
Black with #CAE84D
Text Example
Text Example
White with #CAE84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE84D; }
p { color: rgb(202,232,77); }
H1.HeaderClassName
{
color: #CAE84D;
}
.AnyTagClassName
{
color: #CAE84D;
}
</style>
background-color css
<style>
a { background-color: #CAE84D; }
a { background-color: rgb(202,232,77); }
div.DivClassName
{
background-color: #CAE84D;
}
.BgClassName
{
background-color: #CAE84D;
}
</style>
border-color css
<style>
span { border-color: #CAE84D; }
span { border-color: rgb(202,232,77); }
td.TdClassName
{
border-color: #CAE84D;
}
.TagClassName
{
border-color: #CAE84D;
}
</style>