Shades of Las Palmas #CADB3F
Tints of Las Palmas #CADB3F
RGB
CMYK
RGB Variations
Color information
#CADB3F (or 0xCADB3F) is known color: Las Palmas. HEX triplet: CA, DB and 3F. RGB value is (202,219,63). Sum of RGB (Red+Green+Blue) = 202+219+63=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 63 (25% from 255 or 13.02% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADB3F is #3524C0. Grayscale: #C4C4C4. Windows color (decimal): -3482817 or 4185034. OLE color: 4185034.
HSL color Cylindrical-coordinate representation of color #CADB3F: hue angle of 66.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CADB3F is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 63 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.14 |
| HSL | 66.54º | 0.68% | 0.55% | - |
| HSV(B) | 66.54º | 0.71% | 0.86% | - |
| XYZ | 50.59 | 63.58 | 14.31 | - |
| YUV | 196.13 | 52.87 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 63 | 0.08 | 0 | 0.71 | 0.14 | 66.54 | 0.68 | 0.55 |
| Hex | CA | DB | 3F | 8 | 0 | 47 | E | 43 | 44 | 37 |
| Octal | 312 | 333 | 77 | 10 | 0 | 107 | 16 | 103 | 104 | 67 |
| Binary | 11001010 | 11011011 | 111111 | 1000 | 0 | 1000111 | 1110 | 1000011 | 1000100 | 110111 |
Color Harmonies of #CADB3F
Complementary color
Monochromatic Colors of #CADB3F
Black with #CADB3F
Text Example
Text Example
White with #CADB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB3F; }
p { color: rgb(202,219,63); }
H1.HeaderClassName
{
color: #CADB3F;
}
.AnyTagClassName
{
color: #CADB3F;
}
</style>
background-color css
<style>
a { background-color: #CADB3F; }
a { background-color: rgb(202,219,63); }
div.DivClassName
{
background-color: #CADB3F;
}
.BgClassName
{
background-color: #CADB3F;
}
</style>
border-color css
<style>
span { border-color: #CADB3F; }
span { border-color: rgb(202,219,63); }
td.TdClassName
{
border-color: #CADB3F;
}
.TagClassName
{
border-color: #CADB3F;
}
</style>