Shades of Las Palmas #CADC50
Tints of Las Palmas #CADC50
RGB
CMYK
RGB Variations
Color information
#CADC50 (or 0xCADC50) is known color: Las Palmas. HEX triplet: CA, DC and 50. RGB value is (202,220,80). Sum of RGB (Red+Green+Blue) = 202+220+80=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADC50 is #3523AF. Grayscale: #C7C7C7. Windows color (decimal): -3482544 or 5299402. OLE color: 5299402.
HSL color Cylindrical-coordinate representation of color #CADC50: hue angle of 67.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CADC50 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 80 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.14 |
| HSL | 67.71º | 0.67% | 0.59% | - |
| HSV(B) | 67.71º | 0.64% | 0.86% | - |
| XYZ | 51.4 | 64.32 | 17.3 | - |
| YUV | 198.66 | 61.04 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 80 | 0.08 | 0 | 0.64 | 0.14 | 67.71 | 0.67 | 0.59 |
| Hex | CA | DC | 50 | 8 | 0 | 40 | E | 44 | 43 | 3B |
| Octal | 312 | 334 | 120 | 10 | 0 | 100 | 16 | 104 | 103 | 73 |
| Binary | 11001010 | 11011100 | 1010000 | 1000 | 0 | 1000000 | 1110 | 1000100 | 1000011 | 111011 |
Color Harmonies of #CADC50
Complementary color
Monochromatic Colors of #CADC50
Black with #CADC50
Text Example
Text Example
White with #CADC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC50; }
p { color: rgb(202,220,80); }
H1.HeaderClassName
{
color: #CADC50;
}
.AnyTagClassName
{
color: #CADC50;
}
</style>
background-color css
<style>
a { background-color: #CADC50; }
a { background-color: rgb(202,220,80); }
div.DivClassName
{
background-color: #CADC50;
}
.BgClassName
{
background-color: #CADC50;
}
</style>
border-color css
<style>
span { border-color: #CADC50; }
span { border-color: rgb(202,220,80); }
td.TdClassName
{
border-color: #CADC50;
}
.TagClassName
{
border-color: #CADC50;
}
</style>