Shades of Las Palmas #CADD41
Tints of Las Palmas #CADD41
RGB
CMYK
RGB Variations
Color information
#CADD41 (or 0xCADD41) is known color: Las Palmas. HEX triplet: CA, DD and 41. RGB value is (202,221,65). Sum of RGB (Red+Green+Blue) = 202+221+65=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 65 (25.78% from 255 or 13.32% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD41 is #3522BE. Grayscale: #C6C6C6. Windows color (decimal): -3482303 or 4316618. OLE color: 4316618.
HSL color Cylindrical-coordinate representation of color #CADD41: hue angle of 67.31º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CADD41 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 65 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.13 |
| HSL | 67.31º | 0.7% | 0.56% | - |
| HSV(B) | 67.31º | 0.71% | 0.87% | - |
| XYZ | 51.17 | 64.65 | 14.78 | - |
| YUV | 197.54 | 53.21 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 65 | 0.09 | 0 | 0.71 | 0.13 | 67.31 | 0.7 | 0.56 |
| Hex | CA | DD | 41 | 9 | 0 | 47 | D | 43 | 46 | 38 |
| Octal | 312 | 335 | 101 | 11 | 0 | 107 | 15 | 103 | 106 | 70 |
| Binary | 11001010 | 11011101 | 1000001 | 1001 | 0 | 1000111 | 1101 | 1000011 | 1000110 | 111000 |
Color Harmonies of #CADD41
Complementary color
Monochromatic Colors of #CADD41
Black with #CADD41
Text Example
Text Example
White with #CADD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD41; }
p { color: rgb(202,221,65); }
H1.HeaderClassName
{
color: #CADD41;
}
.AnyTagClassName
{
color: #CADD41;
}
</style>
background-color css
<style>
a { background-color: #CADD41; }
a { background-color: rgb(202,221,65); }
div.DivClassName
{
background-color: #CADD41;
}
.BgClassName
{
background-color: #CADD41;
}
</style>
border-color css
<style>
span { border-color: #CADD41; }
span { border-color: rgb(202,221,65); }
td.TdClassName
{
border-color: #CADD41;
}
.TagClassName
{
border-color: #CADD41;
}
</style>