Shades of Las Palmas #CAD542
Tints of Las Palmas #CAD542
RGB
CMYK
RGB Variations
Color information
#CAD542 (or 0xCAD542) is known color: Las Palmas. HEX triplet: CA, D5 and 42. RGB value is (202,213,66). Sum of RGB (Red+Green+Blue) = 202+213+66=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD542 is #352ABD. Grayscale: #C1C1C1. Windows color (decimal): -3484350 or 4380106. OLE color: 4380106.
HSL color Cylindrical-coordinate representation of color #CAD542: hue angle of 64.49º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAD542 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 213 | 66 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.16 |
| HSL | 64.49º | 0.64% | 0.55% | - |
| HSV(B) | 64.49º | 0.69% | 0.84% | - |
| XYZ | 49.13 | 60.54 | 14.25 | - |
| YUV | 192.95 | 56.36 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 213 | 66 | 0.05 | 0 | 0.69 | 0.16 | 64.49 | 0.64 | 0.55 |
| Hex | CA | D5 | 42 | 5 | 0 | 45 | 10 | 40 | 40 | 37 |
| Octal | 312 | 325 | 102 | 5 | 0 | 105 | 20 | 100 | 100 | 67 |
| Binary | 11001010 | 11010101 | 1000010 | 101 | 0 | 1000101 | 10000 | 1000000 | 1000000 | 110111 |
Color Harmonies of #CAD542
Complementary color
Monochromatic Colors of #CAD542
Black with #CAD542
Text Example
Text Example
White with #CAD542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD542; }
p { color: rgb(202,213,66); }
H1.HeaderClassName
{
color: #CAD542;
}
.AnyTagClassName
{
color: #CAD542;
}
</style>
background-color css
<style>
a { background-color: #CAD542; }
a { background-color: rgb(202,213,66); }
div.DivClassName
{
background-color: #CAD542;
}
.BgClassName
{
background-color: #CAD542;
}
</style>
border-color css
<style>
span { border-color: #CAD542; }
span { border-color: rgb(202,213,66); }
td.TdClassName
{
border-color: #CAD542;
}
.TagClassName
{
border-color: #CAD542;
}
</style>