Shades of Las Palmas #CADD47
Tints of Las Palmas #CADD47
RGB
CMYK
RGB Variations
Color information
#CADD47 (or 0xCADD47) is known color: Las Palmas. HEX triplet: CA, DD and 47. RGB value is (202,221,71). Sum of RGB (Red+Green+Blue) = 202+221+71=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 71 (28.12% from 255 or 14.37% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD47 is #3522B8. Grayscale: #C6C6C6. Windows color (decimal): -3482297 or 4709834. OLE color: 4709834.
HSL color Cylindrical-coordinate representation of color #CADD47: hue angle of 67.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CADD47 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 71 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.13 |
| HSL | 67.6º | 0.69% | 0.57% | - |
| HSV(B) | 67.6º | 0.68% | 0.87% | - |
| XYZ | 51.35 | 64.72 | 15.75 | - |
| YUV | 198.22 | 56.21 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 71 | 0.09 | 0 | 0.68 | 0.13 | 67.6 | 0.69 | 0.57 |
| Hex | CA | DD | 47 | 9 | 0 | 44 | D | 44 | 45 | 39 |
| Octal | 312 | 335 | 107 | 11 | 0 | 104 | 15 | 104 | 105 | 71 |
| Binary | 11001010 | 11011101 | 1000111 | 1001 | 0 | 1000100 | 1101 | 1000100 | 1000101 | 111001 |
Color Harmonies of #CADD47
Complementary color
Monochromatic Colors of #CADD47
Black with #CADD47
Text Example
Text Example
White with #CADD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD47; }
p { color: rgb(202,221,71); }
H1.HeaderClassName
{
color: #CADD47;
}
.AnyTagClassName
{
color: #CADD47;
}
</style>
background-color css
<style>
a { background-color: #CADD47; }
a { background-color: rgb(202,221,71); }
div.DivClassName
{
background-color: #CADD47;
}
.BgClassName
{
background-color: #CADD47;
}
</style>
border-color css
<style>
span { border-color: #CADD47; }
span { border-color: rgb(202,221,71); }
td.TdClassName
{
border-color: #CADD47;
}
.TagClassName
{
border-color: #CADD47;
}
</style>