Shades of Las Palmas #CADA37
Tints of Las Palmas #CADA37
RGB
CMYK
RGB Variations
Color information
#CADA37 (or 0xCADA37) is known color: Las Palmas. HEX triplet: CA, DA and 37. RGB value is (202,218,55). Sum of RGB (Red+Green+Blue) = 202+218+55=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 55 (21.88% from 255 or 11.58% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADA37 is #3525C8. Grayscale: #C3C3C3. Windows color (decimal): -3483081 or 3660490. OLE color: 3660490.
HSL color Cylindrical-coordinate representation of color #CADA37: hue angle of 65.89º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CADA37 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 55 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.15 |
| HSL | 65.89º | 0.69% | 0.54% | - |
| HSV(B) | 65.89º | 0.75% | 0.85% | - |
| XYZ | 50.12 | 62.98 | 13.13 | - |
| YUV | 194.63 | 49.2 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 55 | 0.07 | 0 | 0.75 | 0.15 | 65.89 | 0.69 | 0.54 |
| Hex | CA | DA | 37 | 7 | 0 | 4B | F | 42 | 45 | 36 |
| Octal | 312 | 332 | 67 | 7 | 0 | 113 | 17 | 102 | 105 | 66 |
| Binary | 11001010 | 11011010 | 110111 | 111 | 0 | 1001011 | 1111 | 1000010 | 1000101 | 110110 |
Color Harmonies of #CADA37
Complementary color
Monochromatic Colors of #CADA37
Black with #CADA37
Text Example
Text Example
White with #CADA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA37; }
p { color: rgb(202,218,55); }
H1.HeaderClassName
{
color: #CADA37;
}
.AnyTagClassName
{
color: #CADA37;
}
</style>
background-color css
<style>
a { background-color: #CADA37; }
a { background-color: rgb(202,218,55); }
div.DivClassName
{
background-color: #CADA37;
}
.BgClassName
{
background-color: #CADA37;
}
</style>
border-color css
<style>
span { border-color: #CADA37; }
span { border-color: rgb(202,218,55); }
td.TdClassName
{
border-color: #CADA37;
}
.TagClassName
{
border-color: #CADA37;
}
</style>