Shades of Las Palmas #CADA43
Tints of Las Palmas #CADA43
RGB
CMYK
RGB Variations
Color information
#CADA43 (or 0xCADA43) is known color: Las Palmas. HEX triplet: CA, DA and 43. RGB value is (202,218,67). Sum of RGB (Red+Green+Blue) = 202+218+67=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 67 (26.56% from 255 or 13.76% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADA43 is #3525BC. Grayscale: #C4C4C4. Windows color (decimal): -3483069 or 4446922. OLE color: 4446922.
HSL color Cylindrical-coordinate representation of color #CADA43: hue angle of 66.36º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CADA43 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 67 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.15 |
| HSL | 66.36º | 0.67% | 0.56% | - |
| HSV(B) | 66.36º | 0.69% | 0.85% | - |
| XYZ | 50.44 | 63.1 | 14.83 | - |
| YUV | 196 | 55.2 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 67 | 0.07 | 0 | 0.69 | 0.15 | 66.36 | 0.67 | 0.56 |
| Hex | CA | DA | 43 | 7 | 0 | 45 | F | 42 | 43 | 38 |
| Octal | 312 | 332 | 103 | 7 | 0 | 105 | 17 | 102 | 103 | 70 |
| Binary | 11001010 | 11011010 | 1000011 | 111 | 0 | 1000101 | 1111 | 1000010 | 1000011 | 111000 |
Color Harmonies of #CADA43
Complementary color
Monochromatic Colors of #CADA43
Black with #CADA43
Text Example
Text Example
White with #CADA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA43; }
p { color: rgb(202,218,67); }
H1.HeaderClassName
{
color: #CADA43;
}
.AnyTagClassName
{
color: #CADA43;
}
</style>
background-color css
<style>
a { background-color: #CADA43; }
a { background-color: rgb(202,218,67); }
div.DivClassName
{
background-color: #CADA43;
}
.BgClassName
{
background-color: #CADA43;
}
</style>
border-color css
<style>
span { border-color: #CADA43; }
span { border-color: rgb(202,218,67); }
td.TdClassName
{
border-color: #CADA43;
}
.TagClassName
{
border-color: #CADA43;
}
</style>