Shades of Las Palmas #CADB4D
Tints of Las Palmas #CADB4D
RGB
CMYK
RGB Variations
Color information
#CADB4D (or 0xCADB4D) is known color: Las Palmas. HEX triplet: CA, DB and 4D. RGB value is (202,219,77). Sum of RGB (Red+Green+Blue) = 202+219+77=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB4D is #3524B2. Grayscale: #C6C6C6. Windows color (decimal): -3482803 or 5102538. OLE color: 5102538.
HSL color Cylindrical-coordinate representation of color #CADB4D: hue angle of 67.18º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CADB4D is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 77 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.14 |
| HSL | 67.18º | 0.66% | 0.58% | - |
| HSV(B) | 67.18º | 0.65% | 0.86% | - |
| XYZ | 51.03 | 63.76 | 16.64 | - |
| YUV | 197.73 | 59.87 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 77 | 0.08 | 0 | 0.65 | 0.14 | 67.18 | 0.66 | 0.58 |
| Hex | CA | DB | 4D | 8 | 0 | 41 | E | 43 | 42 | 3A |
| Octal | 312 | 333 | 115 | 10 | 0 | 101 | 16 | 103 | 102 | 72 |
| Binary | 11001010 | 11011011 | 1001101 | 1000 | 0 | 1000001 | 1110 | 1000011 | 1000010 | 111010 |
Color Harmonies of #CADB4D
Complementary color
Monochromatic Colors of #CADB4D
Black with #CADB4D
Text Example
Text Example
White with #CADB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB4D; }
p { color: rgb(202,219,77); }
H1.HeaderClassName
{
color: #CADB4D;
}
.AnyTagClassName
{
color: #CADB4D;
}
</style>
background-color css
<style>
a { background-color: #CADB4D; }
a { background-color: rgb(202,219,77); }
div.DivClassName
{
background-color: #CADB4D;
}
.BgClassName
{
background-color: #CADB4D;
}
</style>
border-color css
<style>
span { border-color: #CADB4D; }
span { border-color: rgb(202,219,77); }
td.TdClassName
{
border-color: #CADB4D;
}
.TagClassName
{
border-color: #CADB4D;
}
</style>