Shades of Las Palmas #CADB2E
Tints of Las Palmas #CADB2E
RGB
CMYK
RGB Variations
Color information
#CADB2E (or 0xCADB2E) is known color: Las Palmas. HEX triplet: CA, DB and 2E. RGB value is (202,219,46). Sum of RGB (Red+Green+Blue) = 202+219+46=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 46 (18.36% from 255 or 9.85% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADB2E is #3524D1. Grayscale: #C2C2C2. Windows color (decimal): -3482834 or 3070922. OLE color: 3070922.
HSL color Cylindrical-coordinate representation of color #CADB2E: hue angle of 65.9º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CADB2E is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 46 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.14 |
| HSL | 65.9º | 0.71% | 0.52% | - |
| HSV(B) | 65.9º | 0.79% | 0.86% | - |
| XYZ | 50.18 | 63.42 | 12.18 | - |
| YUV | 194.2 | 44.37 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 46 | 0.08 | 0 | 0.79 | 0.14 | 65.9 | 0.71 | 0.52 |
| Hex | CA | DB | 2E | 8 | 0 | 4F | E | 42 | 47 | 34 |
| Octal | 312 | 333 | 56 | 10 | 0 | 117 | 16 | 102 | 107 | 64 |
| Binary | 11001010 | 11011011 | 101110 | 1000 | 0 | 1001111 | 1110 | 1000010 | 1000111 | 110100 |
Color Harmonies of #CADB2E
Complementary color
Monochromatic Colors of #CADB2E
Black with #CADB2E
Text Example
Text Example
White with #CADB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB2E; }
p { color: rgb(202,219,46); }
H1.HeaderClassName
{
color: #CADB2E;
}
.AnyTagClassName
{
color: #CADB2E;
}
</style>
background-color css
<style>
a { background-color: #CADB2E; }
a { background-color: rgb(202,219,46); }
div.DivClassName
{
background-color: #CADB2E;
}
.BgClassName
{
background-color: #CADB2E;
}
</style>
border-color css
<style>
span { border-color: #CADB2E; }
span { border-color: rgb(202,219,46); }
td.TdClassName
{
border-color: #CADB2E;
}
.TagClassName
{
border-color: #CADB2E;
}
</style>