Shades of Las Palmas #CADC4A
Tints of Las Palmas #CADC4A
RGB
CMYK
RGB Variations
Color information
#CADC4A (or 0xCADC4A) is known color: Las Palmas. HEX triplet: CA, DC and 4A. RGB value is (202,220,74). Sum of RGB (Red+Green+Blue) = 202+220+74=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADC4A is #3523B5. Grayscale: #C6C6C6. Windows color (decimal): -3482550 or 4906186. OLE color: 4906186.
HSL color Cylindrical-coordinate representation of color #CADC4A: hue angle of 67.4º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CADC4A is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 74 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.14 |
| HSL | 67.4º | 0.68% | 0.58% | - |
| HSV(B) | 67.4º | 0.66% | 0.86% | - |
| XYZ | 51.19 | 64.24 | 16.18 | - |
| YUV | 197.97 | 58.04 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 74 | 0.08 | 0 | 0.66 | 0.14 | 67.4 | 0.68 | 0.58 |
| Hex | CA | DC | 4A | 8 | 0 | 42 | E | 43 | 44 | 3A |
| Octal | 312 | 334 | 112 | 10 | 0 | 102 | 16 | 103 | 104 | 72 |
| Binary | 11001010 | 11011100 | 1001010 | 1000 | 0 | 1000010 | 1110 | 1000011 | 1000100 | 111010 |
Color Harmonies of #CADC4A
Complementary color
Monochromatic Colors of #CADC4A
Black with #CADC4A
Text Example
Text Example
White with #CADC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC4A; }
p { color: rgb(202,220,74); }
H1.HeaderClassName
{
color: #CADC4A;
}
.AnyTagClassName
{
color: #CADC4A;
}
</style>
background-color css
<style>
a { background-color: #CADC4A; }
a { background-color: rgb(202,220,74); }
div.DivClassName
{
background-color: #CADC4A;
}
.BgClassName
{
background-color: #CADC4A;
}
</style>
border-color css
<style>
span { border-color: #CADC4A; }
span { border-color: rgb(202,220,74); }
td.TdClassName
{
border-color: #CADC4A;
}
.TagClassName
{
border-color: #CADC4A;
}
</style>