Shades of Las Palmas #CAD54D
Tints of Las Palmas #CAD54D
RGB
CMYK
RGB Variations
Color information
#CAD54D (or 0xCAD54D) is known color: Las Palmas. HEX triplet: CA, D5 and 4D. RGB value is (202,213,77). Sum of RGB (Red+Green+Blue) = 202+213+77=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD54D is #352AB2. Grayscale: #C2C2C2. Windows color (decimal): -3484339 or 5101002. OLE color: 5101002.
HSL color Cylindrical-coordinate representation of color #CAD54D: hue angle of 64.85º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAD54D is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 213 | 77 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.16 |
| HSL | 64.85º | 0.62% | 0.57% | - |
| HSV(B) | 64.85º | 0.64% | 0.84% | - |
| XYZ | 49.49 | 60.68 | 16.13 | - |
| YUV | 194.21 | 61.86 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 213 | 77 | 0.05 | 0 | 0.64 | 0.16 | 64.85 | 0.62 | 0.57 |
| Hex | CA | D5 | 4D | 5 | 0 | 40 | 10 | 41 | 3E | 39 |
| Octal | 312 | 325 | 115 | 5 | 0 | 100 | 20 | 101 | 76 | 71 |
| Binary | 11001010 | 11010101 | 1001101 | 101 | 0 | 1000000 | 10000 | 1000001 | 111110 | 111001 |
Color Harmonies of #CAD54D
Complementary color
Monochromatic Colors of #CAD54D
Black with #CAD54D
Text Example
Text Example
White with #CAD54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD54D; }
p { color: rgb(202,213,77); }
H1.HeaderClassName
{
color: #CAD54D;
}
.AnyTagClassName
{
color: #CAD54D;
}
</style>
background-color css
<style>
a { background-color: #CAD54D; }
a { background-color: rgb(202,213,77); }
div.DivClassName
{
background-color: #CAD54D;
}
.BgClassName
{
background-color: #CAD54D;
}
</style>
border-color css
<style>
span { border-color: #CAD54D; }
span { border-color: rgb(202,213,77); }
td.TdClassName
{
border-color: #CAD54D;
}
.TagClassName
{
border-color: #CAD54D;
}
</style>