Shades of Las Palmas #CADD32
Tints of Las Palmas #CADD32
RGB
CMYK
RGB Variations
Color information
#CADD32 (or 0xCADD32) is known color: Las Palmas. HEX triplet: CA, DD and 32. RGB value is (202,221,50). Sum of RGB (Red+Green+Blue) = 202+221+50=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD32 is #3522CD. Grayscale: #C4C4C4. Windows color (decimal): -3482318 or 3333578. OLE color: 3333578.
HSL color Cylindrical-coordinate representation of color #CADD32: hue angle of 66.67º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CADD32 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 50 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.13 |
| HSL | 66.67º | 0.72% | 0.53% | - |
| HSV(B) | 66.67º | 0.77% | 0.87% | - |
| XYZ | 50.79 | 64.5 | 12.79 | - |
| YUV | 195.83 | 45.71 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 50 | 0.09 | 0 | 0.77 | 0.13 | 66.67 | 0.72 | 0.53 |
| Hex | CA | DD | 32 | 9 | 0 | 4D | D | 43 | 48 | 35 |
| Octal | 312 | 335 | 62 | 11 | 0 | 115 | 15 | 103 | 110 | 65 |
| Binary | 11001010 | 11011101 | 110010 | 1001 | 0 | 1001101 | 1101 | 1000011 | 1001000 | 110101 |
Color Harmonies of #CADD32
Complementary color
Monochromatic Colors of #CADD32
Black with #CADD32
Text Example
Text Example
White with #CADD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD32; }
p { color: rgb(202,221,50); }
H1.HeaderClassName
{
color: #CADD32;
}
.AnyTagClassName
{
color: #CADD32;
}
</style>
background-color css
<style>
a { background-color: #CADD32; }
a { background-color: rgb(202,221,50); }
div.DivClassName
{
background-color: #CADD32;
}
.BgClassName
{
background-color: #CADD32;
}
</style>
border-color css
<style>
span { border-color: #CADD32; }
span { border-color: rgb(202,221,50); }
td.TdClassName
{
border-color: #CADD32;
}
.TagClassName
{
border-color: #CADD32;
}
</style>