Shades of Las Palmas #CADD50
Tints of Las Palmas #CADD50
RGB
CMYK
RGB Variations
Color information
#CADD50 (or 0xCADD50) is known color: Las Palmas. HEX triplet: CA, DD and 50. RGB value is (202,221,80). Sum of RGB (Red+Green+Blue) = 202+221+80=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD50 is #3522AF. Grayscale: #C7C7C7. Windows color (decimal): -3482288 or 5299658. OLE color: 5299658.
HSL color Cylindrical-coordinate representation of color #CADD50: hue angle of 68.09º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CADD50 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 80 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.13 |
| HSL | 68.09º | 0.67% | 0.59% | - |
| HSV(B) | 68.09º | 0.64% | 0.87% | - |
| XYZ | 51.66 | 64.85 | 17.38 | - |
| YUV | 199.25 | 60.71 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 80 | 0.09 | 0 | 0.64 | 0.13 | 68.09 | 0.67 | 0.59 |
| Hex | CA | DD | 50 | 9 | 0 | 40 | D | 44 | 43 | 3B |
| Octal | 312 | 335 | 120 | 11 | 0 | 100 | 15 | 104 | 103 | 73 |
| Binary | 11001010 | 11011101 | 1010000 | 1001 | 0 | 1000000 | 1101 | 1000100 | 1000011 | 111011 |
Color Harmonies of #CADD50
Complementary color
Monochromatic Colors of #CADD50
Black with #CADD50
Text Example
Text Example
White with #CADD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD50; }
p { color: rgb(202,221,80); }
H1.HeaderClassName
{
color: #CADD50;
}
.AnyTagClassName
{
color: #CADD50;
}
</style>
background-color css
<style>
a { background-color: #CADD50; }
a { background-color: rgb(202,221,80); }
div.DivClassName
{
background-color: #CADD50;
}
.BgClassName
{
background-color: #CADD50;
}
</style>
border-color css
<style>
span { border-color: #CADD50; }
span { border-color: rgb(202,221,80); }
td.TdClassName
{
border-color: #CADD50;
}
.TagClassName
{
border-color: #CADD50;
}
</style>