Shades of Las Palmas #CADA4E
Tints of Las Palmas #CADA4E
RGB
CMYK
RGB Variations
Color information
#CADA4E (or 0xCADA4E) is known color: Las Palmas. HEX triplet: CA, DA and 4E. RGB value is (202,218,78). Sum of RGB (Red+Green+Blue) = 202+218+78=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADA4E is #3525B1. Grayscale: #C5C5C5. Windows color (decimal): -3483058 or 5167818. OLE color: 5167818.
HSL color Cylindrical-coordinate representation of color #CADA4E: hue angle of 66.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CADA4E is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 78 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.15 |
| HSL | 66.86º | 0.65% | 0.58% | - |
| HSV(B) | 66.86º | 0.64% | 0.85% | - |
| XYZ | 50.8 | 63.25 | 16.74 | - |
| YUV | 197.26 | 60.7 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 78 | 0.07 | 0 | 0.64 | 0.15 | 66.86 | 0.65 | 0.58 |
| Hex | CA | DA | 4E | 7 | 0 | 40 | F | 43 | 41 | 3A |
| Octal | 312 | 332 | 116 | 7 | 0 | 100 | 17 | 103 | 101 | 72 |
| Binary | 11001010 | 11011010 | 1001110 | 111 | 0 | 1000000 | 1111 | 1000011 | 1000001 | 111010 |
Color Harmonies of #CADA4E
Complementary color
Monochromatic Colors of #CADA4E
Black with #CADA4E
Text Example
Text Example
White with #CADA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA4E; }
p { color: rgb(202,218,78); }
H1.HeaderClassName
{
color: #CADA4E;
}
.AnyTagClassName
{
color: #CADA4E;
}
</style>
background-color css
<style>
a { background-color: #CADA4E; }
a { background-color: rgb(202,218,78); }
div.DivClassName
{
background-color: #CADA4E;
}
.BgClassName
{
background-color: #CADA4E;
}
</style>
border-color css
<style>
span { border-color: #CADA4E; }
span { border-color: rgb(202,218,78); }
td.TdClassName
{
border-color: #CADA4E;
}
.TagClassName
{
border-color: #CADA4E;
}
</style>