Shades of Las Palmas #CAD242
Tints of Las Palmas #CAD242
RGB
CMYK
RGB Variations
Color information
#CAD242 (or 0xCAD242) is known color: Las Palmas. HEX triplet: CA, D2 and 42. RGB value is (202,210,66). Sum of RGB (Red+Green+Blue) = 202+210+66=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD242 is #352DBD. Grayscale: #BFBFBF. Windows color (decimal): -3485118 or 4379338. OLE color: 4379338.
HSL color Cylindrical-coordinate representation of color #CAD242: hue angle of 63.33º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAD242 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 66 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.18 |
| HSL | 63.33º | 0.62% | 0.54% | - |
| HSV(B) | 63.33º | 0.69% | 0.82% | - |
| XYZ | 48.39 | 59.04 | 14 | - |
| YUV | 191.19 | 57.35 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 66 | 0.04 | 0 | 0.69 | 0.18 | 63.33 | 0.62 | 0.54 |
| Hex | CA | D2 | 42 | 4 | 0 | 45 | 12 | 3F | 3E | 36 |
| Octal | 312 | 322 | 102 | 4 | 0 | 105 | 22 | 77 | 76 | 66 |
| Binary | 11001010 | 11010010 | 1000010 | 100 | 0 | 1000101 | 10010 | 111111 | 111110 | 110110 |
Color Harmonies of #CAD242
Complementary color
Monochromatic Colors of #CAD242
Black with #CAD242
Text Example
Text Example
White with #CAD242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD242; }
p { color: rgb(202,210,66); }
H1.HeaderClassName
{
color: #CAD242;
}
.AnyTagClassName
{
color: #CAD242;
}
</style>
background-color css
<style>
a { background-color: #CAD242; }
a { background-color: rgb(202,210,66); }
div.DivClassName
{
background-color: #CAD242;
}
.BgClassName
{
background-color: #CAD242;
}
</style>
border-color css
<style>
span { border-color: #CAD242; }
span { border-color: rgb(202,210,66); }
td.TdClassName
{
border-color: #CAD242;
}
.TagClassName
{
border-color: #CAD242;
}
</style>