Shades of Las Palmas #CADA45
Tints of Las Palmas #CADA45
RGB
CMYK
RGB Variations
Color information
#CADA45 (or 0xCADA45) is known color: Las Palmas. HEX triplet: CA, DA and 45. RGB value is (202,218,69). Sum of RGB (Red+Green+Blue) = 202+218+69=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADA45 is #3525BA. Grayscale: #C4C4C4. Windows color (decimal): -3483067 or 4577994. OLE color: 4577994.
HSL color Cylindrical-coordinate representation of color #CADA45: hue angle of 66.44º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CADA45 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 69 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.15 |
| HSL | 66.44º | 0.67% | 0.56% | - |
| HSV(B) | 66.44º | 0.68% | 0.85% | - |
| XYZ | 50.5 | 63.13 | 15.15 | - |
| YUV | 196.23 | 56.2 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 69 | 0.07 | 0 | 0.68 | 0.15 | 66.44 | 0.67 | 0.56 |
| Hex | CA | DA | 45 | 7 | 0 | 44 | F | 42 | 43 | 38 |
| Octal | 312 | 332 | 105 | 7 | 0 | 104 | 17 | 102 | 103 | 70 |
| Binary | 11001010 | 11011010 | 1000101 | 111 | 0 | 1000100 | 1111 | 1000010 | 1000011 | 111000 |
Color Harmonies of #CADA45
Complementary color
Monochromatic Colors of #CADA45
Black with #CADA45
Text Example
Text Example
White with #CADA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA45; }
p { color: rgb(202,218,69); }
H1.HeaderClassName
{
color: #CADA45;
}
.AnyTagClassName
{
color: #CADA45;
}
</style>
background-color css
<style>
a { background-color: #CADA45; }
a { background-color: rgb(202,218,69); }
div.DivClassName
{
background-color: #CADA45;
}
.BgClassName
{
background-color: #CADA45;
}
</style>
border-color css
<style>
span { border-color: #CADA45; }
span { border-color: rgb(202,218,69); }
td.TdClassName
{
border-color: #CADA45;
}
.TagClassName
{
border-color: #CADA45;
}
</style>