Shades of Las Palmas #CADA2F
Tints of Las Palmas #CADA2F
RGB
CMYK
RGB Variations
Color information
#CADA2F (or 0xCADA2F) is known color: Las Palmas. HEX triplet: CA, DA and 2F. RGB value is (202,218,47). Sum of RGB (Red+Green+Blue) = 202+218+47=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADA2F is #3525D0. Grayscale: #C2C2C2. Windows color (decimal): -3483089 or 3136202. OLE color: 3136202.
HSL color Cylindrical-coordinate representation of color #CADA2F: hue angle of 65.61º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CADA2F is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 47 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.15 |
| HSL | 65.61º | 0.7% | 0.52% | - |
| HSV(B) | 65.61º | 0.78% | 0.85% | - |
| XYZ | 49.94 | 62.9 | 12.2 | - |
| YUV | 193.72 | 45.2 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 47 | 0.07 | 0 | 0.78 | 0.15 | 65.61 | 0.7 | 0.52 |
| Hex | CA | DA | 2F | 7 | 0 | 4E | F | 42 | 46 | 34 |
| Octal | 312 | 332 | 57 | 7 | 0 | 116 | 17 | 102 | 106 | 64 |
| Binary | 11001010 | 11011010 | 101111 | 111 | 0 | 1001110 | 1111 | 1000010 | 1000110 | 110100 |
Color Harmonies of #CADA2F
Complementary color
Monochromatic Colors of #CADA2F
Black with #CADA2F
Text Example
Text Example
White with #CADA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA2F; }
p { color: rgb(202,218,47); }
H1.HeaderClassName
{
color: #CADA2F;
}
.AnyTagClassName
{
color: #CADA2F;
}
</style>
background-color css
<style>
a { background-color: #CADA2F; }
a { background-color: rgb(202,218,47); }
div.DivClassName
{
background-color: #CADA2F;
}
.BgClassName
{
background-color: #CADA2F;
}
</style>
border-color css
<style>
span { border-color: #CADA2F; }
span { border-color: rgb(202,218,47); }
td.TdClassName
{
border-color: #CADA2F;
}
.TagClassName
{
border-color: #CADA2F;
}
</style>