Shades of Las Palmas #CADD4A
Tints of Las Palmas #CADD4A
RGB
CMYK
RGB Variations
Color information
#CADD4A (or 0xCADD4A) is known color: Las Palmas. HEX triplet: CA, DD and 4A. RGB value is (202,221,74). Sum of RGB (Red+Green+Blue) = 202+221+74=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD4A is #3522B5. Grayscale: #C7C7C7. Windows color (decimal): -3482294 or 4906442. OLE color: 4906442.
HSL color Cylindrical-coordinate representation of color #CADD4A: hue angle of 67.76º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CADD4A is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 74 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.13 |
| HSL | 67.76º | 0.68% | 0.58% | - |
| HSV(B) | 67.76º | 0.67% | 0.87% | - |
| XYZ | 51.45 | 64.76 | 16.27 | - |
| YUV | 198.56 | 57.71 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 74 | 0.09 | 0 | 0.67 | 0.13 | 67.76 | 0.68 | 0.58 |
| Hex | CA | DD | 4A | 9 | 0 | 43 | D | 44 | 44 | 3A |
| Octal | 312 | 335 | 112 | 11 | 0 | 103 | 15 | 104 | 104 | 72 |
| Binary | 11001010 | 11011101 | 1001010 | 1001 | 0 | 1000011 | 1101 | 1000100 | 1000100 | 111010 |
Color Harmonies of #CADD4A
Complementary color
Monochromatic Colors of #CADD4A
Black with #CADD4A
Text Example
Text Example
White with #CADD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD4A; }
p { color: rgb(202,221,74); }
H1.HeaderClassName
{
color: #CADD4A;
}
.AnyTagClassName
{
color: #CADD4A;
}
</style>
background-color css
<style>
a { background-color: #CADD4A; }
a { background-color: rgb(202,221,74); }
div.DivClassName
{
background-color: #CADD4A;
}
.BgClassName
{
background-color: #CADD4A;
}
</style>
border-color css
<style>
span { border-color: #CADD4A; }
span { border-color: rgb(202,221,74); }
td.TdClassName
{
border-color: #CADD4A;
}
.TagClassName
{
border-color: #CADD4A;
}
</style>