Shades of Las Palmas #CADA33
Tints of Las Palmas #CADA33
RGB
CMYK
RGB Variations
Color information
#CADA33 (or 0xCADA33) is known color: Las Palmas. HEX triplet: CA, DA and 33. RGB value is (202,218,51). Sum of RGB (Red+Green+Blue) = 202+218+51=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 51 (20.31% from 255 or 10.83% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADA33 is #3525CC. Grayscale: #C2C2C2. Windows color (decimal): -3483085 or 3398346. OLE color: 3398346.
HSL color Cylindrical-coordinate representation of color #CADA33: hue angle of 65.75º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CADA33 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 51 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.15 |
| HSL | 65.75º | 0.69% | 0.53% | - |
| HSV(B) | 65.75º | 0.77% | 0.85% | - |
| XYZ | 50.03 | 62.94 | 12.64 | - |
| YUV | 194.18 | 47.2 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 51 | 0.07 | 0 | 0.77 | 0.15 | 65.75 | 0.69 | 0.53 |
| Hex | CA | DA | 33 | 7 | 0 | 4D | F | 42 | 45 | 35 |
| Octal | 312 | 332 | 63 | 7 | 0 | 115 | 17 | 102 | 105 | 65 |
| Binary | 11001010 | 11011010 | 110011 | 111 | 0 | 1001101 | 1111 | 1000010 | 1000101 | 110101 |
Color Harmonies of #CADA33
Complementary color
Monochromatic Colors of #CADA33
Black with #CADA33
Text Example
Text Example
White with #CADA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA33; }
p { color: rgb(202,218,51); }
H1.HeaderClassName
{
color: #CADA33;
}
.AnyTagClassName
{
color: #CADA33;
}
</style>
background-color css
<style>
a { background-color: #CADA33; }
a { background-color: rgb(202,218,51); }
div.DivClassName
{
background-color: #CADA33;
}
.BgClassName
{
background-color: #CADA33;
}
</style>
border-color css
<style>
span { border-color: #CADA33; }
span { border-color: rgb(202,218,51); }
td.TdClassName
{
border-color: #CADA33;
}
.TagClassName
{
border-color: #CADA33;
}
</style>