Shades of Las Palmas #CADD3E
Tints of Las Palmas #CADD3E
RGB
CMYK
RGB Variations
Color information
#CADD3E (or 0xCADD3E) is known color: Las Palmas. HEX triplet: CA, DD and 3E. RGB value is (202,221,62). Sum of RGB (Red+Green+Blue) = 202+221+62=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 62 (24.61% from 255 or 12.78% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD3E is #3522C1. Grayscale: #C5C5C5. Windows color (decimal): -3482306 or 4120010. OLE color: 4120010.
HSL color Cylindrical-coordinate representation of color #CADD3E: hue angle of 67.17º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CADD3E is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 62 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.13 |
| HSL | 67.17º | 0.7% | 0.55% | - |
| HSV(B) | 67.17º | 0.72% | 0.87% | - |
| XYZ | 51.08 | 64.62 | 14.34 | - |
| YUV | 197.19 | 51.71 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 62 | 0.09 | 0 | 0.72 | 0.13 | 67.17 | 0.7 | 0.55 |
| Hex | CA | DD | 3E | 9 | 0 | 48 | D | 43 | 46 | 37 |
| Octal | 312 | 335 | 76 | 11 | 0 | 110 | 15 | 103 | 106 | 67 |
| Binary | 11001010 | 11011101 | 111110 | 1001 | 0 | 1001000 | 1101 | 1000011 | 1000110 | 110111 |
Color Harmonies of #CADD3E
Complementary color
Monochromatic Colors of #CADD3E
Black with #CADD3E
Text Example
Text Example
White with #CADD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD3E; }
p { color: rgb(202,221,62); }
H1.HeaderClassName
{
color: #CADD3E;
}
.AnyTagClassName
{
color: #CADD3E;
}
</style>
background-color css
<style>
a { background-color: #CADD3E; }
a { background-color: rgb(202,221,62); }
div.DivClassName
{
background-color: #CADD3E;
}
.BgClassName
{
background-color: #CADD3E;
}
</style>
border-color css
<style>
span { border-color: #CADD3E; }
span { border-color: rgb(202,221,62); }
td.TdClassName
{
border-color: #CADD3E;
}
.TagClassName
{
border-color: #CADD3E;
}
</style>