Shades of Las Palmas #CADA40
Tints of Las Palmas #CADA40
RGB
CMYK
RGB Variations
Color information
#CADA40 (or 0xCADA40) is known color: Las Palmas. HEX triplet: CA, DA and 40. RGB value is (202,218,64). Sum of RGB (Red+Green+Blue) = 202+218+64=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADA40 is #3525BF. Grayscale: #C4C4C4. Windows color (decimal): -3483072 or 4250314. OLE color: 4250314.
HSL color Cylindrical-coordinate representation of color #CADA40: hue angle of 66.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CADA40 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 64 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.15 |
| HSL | 66.23º | 0.68% | 0.55% | - |
| HSV(B) | 66.23º | 0.71% | 0.85% | - |
| XYZ | 50.35 | 63.07 | 14.37 | - |
| YUV | 195.66 | 53.7 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 64 | 0.07 | 0 | 0.71 | 0.15 | 66.23 | 0.68 | 0.55 |
| Hex | CA | DA | 40 | 7 | 0 | 47 | F | 42 | 44 | 37 |
| Octal | 312 | 332 | 100 | 7 | 0 | 107 | 17 | 102 | 104 | 67 |
| Binary | 11001010 | 11011010 | 1000000 | 111 | 0 | 1000111 | 1111 | 1000010 | 1000100 | 110111 |
Color Harmonies of #CADA40
Complementary color
Monochromatic Colors of #CADA40
Black with #CADA40
Text Example
Text Example
White with #CADA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA40; }
p { color: rgb(202,218,64); }
H1.HeaderClassName
{
color: #CADA40;
}
.AnyTagClassName
{
color: #CADA40;
}
</style>
background-color css
<style>
a { background-color: #CADA40; }
a { background-color: rgb(202,218,64); }
div.DivClassName
{
background-color: #CADA40;
}
.BgClassName
{
background-color: #CADA40;
}
</style>
border-color css
<style>
span { border-color: #CADA40; }
span { border-color: rgb(202,218,64); }
td.TdClassName
{
border-color: #CADA40;
}
.TagClassName
{
border-color: #CADA40;
}
</style>