Shades of Las Palmas #CADC46
Tints of Las Palmas #CADC46
RGB
CMYK
RGB Variations
Color information
#CADC46 (or 0xCADC46) is known color: Las Palmas. HEX triplet: CA, DC and 46. RGB value is (202,220,70). Sum of RGB (Red+Green+Blue) = 202+220+70=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 70 (27.73% from 255 or 14.23% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADC46 is #3523B9. Grayscale: #C6C6C6. Windows color (decimal): -3482554 or 4644042. OLE color: 4644042.
HSL color Cylindrical-coordinate representation of color #CADC46: hue angle of 67.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CADC46 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 70 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.14 |
| HSL | 67.2º | 0.68% | 0.57% | - |
| HSV(B) | 67.2º | 0.68% | 0.86% | - |
| XYZ | 51.06 | 64.19 | 15.49 | - |
| YUV | 197.52 | 56.04 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 70 | 0.08 | 0 | 0.68 | 0.14 | 67.2 | 0.68 | 0.57 |
| Hex | CA | DC | 46 | 8 | 0 | 44 | E | 43 | 44 | 39 |
| Octal | 312 | 334 | 106 | 10 | 0 | 104 | 16 | 103 | 104 | 71 |
| Binary | 11001010 | 11011100 | 1000110 | 1000 | 0 | 1000100 | 1110 | 1000011 | 1000100 | 111001 |
Color Harmonies of #CADC46
Complementary color
Monochromatic Colors of #CADC46
Black with #CADC46
Text Example
Text Example
White with #CADC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC46; }
p { color: rgb(202,220,70); }
H1.HeaderClassName
{
color: #CADC46;
}
.AnyTagClassName
{
color: #CADC46;
}
</style>
background-color css
<style>
a { background-color: #CADC46; }
a { background-color: rgb(202,220,70); }
div.DivClassName
{
background-color: #CADC46;
}
.BgClassName
{
background-color: #CADC46;
}
</style>
border-color css
<style>
span { border-color: #CADC46; }
span { border-color: rgb(202,220,70); }
td.TdClassName
{
border-color: #CADC46;
}
.TagClassName
{
border-color: #CADC46;
}
</style>