Shades of Las Palmas #CADD43
Tints of Las Palmas #CADD43
RGB
CMYK
RGB Variations
Color information
#CADD43 (or 0xCADD43) is known color: Las Palmas. HEX triplet: CA, DD and 43. RGB value is (202,221,67). Sum of RGB (Red+Green+Blue) = 202+221+67=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 67 (26.56% from 255 or 13.67% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD43 is #3522BC. Grayscale: #C6C6C6. Windows color (decimal): -3482301 or 4447690. OLE color: 4447690.
HSL color Cylindrical-coordinate representation of color #CADD43: hue angle of 67.4º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CADD43 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 67 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.13 |
| HSL | 67.4º | 0.69% | 0.56% | - |
| HSV(B) | 67.4º | 0.7% | 0.87% | - |
| XYZ | 51.23 | 64.67 | 15.09 | - |
| YUV | 197.76 | 54.21 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 67 | 0.09 | 0 | 0.70 | 0.13 | 67.4 | 0.69 | 0.56 |
| Hex | CA | DD | 43 | 9 | 0 | 46 | D | 43 | 45 | 38 |
| Octal | 312 | 335 | 103 | 11 | 0 | 106 | 15 | 103 | 105 | 70 |
| Binary | 11001010 | 11011101 | 1000011 | 1001 | 0 | 1000110 | 1101 | 1000011 | 1000101 | 111000 |
Color Harmonies of #CADD43
Complementary color
Monochromatic Colors of #CADD43
Black with #CADD43
Text Example
Text Example
White with #CADD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD43; }
p { color: rgb(202,221,67); }
H1.HeaderClassName
{
color: #CADD43;
}
.AnyTagClassName
{
color: #CADD43;
}
</style>
background-color css
<style>
a { background-color: #CADD43; }
a { background-color: rgb(202,221,67); }
div.DivClassName
{
background-color: #CADD43;
}
.BgClassName
{
background-color: #CADD43;
}
</style>
border-color css
<style>
span { border-color: #CADD43; }
span { border-color: rgb(202,221,67); }
td.TdClassName
{
border-color: #CADD43;
}
.TagClassName
{
border-color: #CADD43;
}
</style>