Shades of Las Palmas #CADD4C
Tints of Las Palmas #CADD4C
RGB
CMYK
RGB Variations
Color information
#CADD4C (or 0xCADD4C) is known color: Las Palmas. HEX triplet: CA, DD and 4C. RGB value is (202,221,76). Sum of RGB (Red+Green+Blue) = 202+221+76=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD4C is #3522B3. Grayscale: #C7C7C7. Windows color (decimal): -3482292 or 5037514. OLE color: 5037514.
HSL color Cylindrical-coordinate representation of color #CADD4C: hue angle of 67.86º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CADD4C is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 76 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.13 |
| HSL | 67.86º | 0.68% | 0.58% | - |
| HSV(B) | 67.86º | 0.66% | 0.87% | - |
| XYZ | 51.52 | 64.79 | 16.63 | - |
| YUV | 198.79 | 58.71 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 76 | 0.09 | 0 | 0.66 | 0.13 | 67.86 | 0.68 | 0.58 |
| Hex | CA | DD | 4C | 9 | 0 | 42 | D | 44 | 44 | 3A |
| Octal | 312 | 335 | 114 | 11 | 0 | 102 | 15 | 104 | 104 | 72 |
| Binary | 11001010 | 11011101 | 1001100 | 1001 | 0 | 1000010 | 1101 | 1000100 | 1000100 | 111010 |
Color Harmonies of #CADD4C
Complementary color
Monochromatic Colors of #CADD4C
Black with #CADD4C
Text Example
Text Example
White with #CADD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD4C; }
p { color: rgb(202,221,76); }
H1.HeaderClassName
{
color: #CADD4C;
}
.AnyTagClassName
{
color: #CADD4C;
}
</style>
background-color css
<style>
a { background-color: #CADD4C; }
a { background-color: rgb(202,221,76); }
div.DivClassName
{
background-color: #CADD4C;
}
.BgClassName
{
background-color: #CADD4C;
}
</style>
border-color css
<style>
span { border-color: #CADD4C; }
span { border-color: rgb(202,221,76); }
td.TdClassName
{
border-color: #CADD4C;
}
.TagClassName
{
border-color: #CADD4C;
}
</style>