Shades of Las Palmas #CADB39
Tints of Las Palmas #CADB39
RGB
CMYK
RGB Variations
Color information
#CADB39 (or 0xCADB39) is known color: Las Palmas. HEX triplet: CA, DB and 39. RGB value is (202,219,57). Sum of RGB (Red+Green+Blue) = 202+219+57=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 57 (22.66% from 255 or 11.92% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADB39 is #3524C6. Grayscale: #C4C4C4. Windows color (decimal): -3482823 or 3791818. OLE color: 3791818.
HSL color Cylindrical-coordinate representation of color #CADB39: hue angle of 66.3º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CADB39 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 57 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.14 |
| HSL | 66.3º | 0.69% | 0.54% | - |
| HSV(B) | 66.3º | 0.74% | 0.86% | - |
| XYZ | 50.43 | 63.52 | 13.47 | - |
| YUV | 195.45 | 49.87 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 57 | 0.08 | 0 | 0.74 | 0.14 | 66.3 | 0.69 | 0.54 |
| Hex | CA | DB | 39 | 8 | 0 | 4A | E | 42 | 45 | 36 |
| Octal | 312 | 333 | 71 | 10 | 0 | 112 | 16 | 102 | 105 | 66 |
| Binary | 11001010 | 11011011 | 111001 | 1000 | 0 | 1001010 | 1110 | 1000010 | 1000101 | 110110 |
Color Harmonies of #CADB39
Complementary color
Monochromatic Colors of #CADB39
Black with #CADB39
Text Example
Text Example
White with #CADB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB39; }
p { color: rgb(202,219,57); }
H1.HeaderClassName
{
color: #CADB39;
}
.AnyTagClassName
{
color: #CADB39;
}
</style>
background-color css
<style>
a { background-color: #CADB39; }
a { background-color: rgb(202,219,57); }
div.DivClassName
{
background-color: #CADB39;
}
.BgClassName
{
background-color: #CADB39;
}
</style>
border-color css
<style>
span { border-color: #CADB39; }
span { border-color: rgb(202,219,57); }
td.TdClassName
{
border-color: #CADB39;
}
.TagClassName
{
border-color: #CADB39;
}
</style>