Shades of Las Palmas #CAD44D
Tints of Las Palmas #CAD44D
RGB
CMYK
RGB Variations
Color information
#CAD44D (or 0xCAD44D) is known color: Las Palmas. HEX triplet: CA, D4 and 4D. RGB value is (202,212,77). Sum of RGB (Red+Green+Blue) = 202+212+77=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD44D is #352BB2. Grayscale: #C2C2C2. Windows color (decimal): -3484595 or 5100746. OLE color: 5100746.
HSL color Cylindrical-coordinate representation of color #CAD44D: hue angle of 64.44º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAD44D is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 212 | 77 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.17 |
| HSL | 64.44º | 0.61% | 0.57% | - |
| HSV(B) | 64.44º | 0.64% | 0.83% | - |
| XYZ | 49.24 | 60.18 | 16.04 | - |
| YUV | 193.62 | 62.19 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 212 | 77 | 0.05 | 0 | 0.64 | 0.17 | 64.44 | 0.61 | 0.57 |
| Hex | CA | D4 | 4D | 5 | 0 | 40 | 11 | 40 | 3D | 39 |
| Octal | 312 | 324 | 115 | 5 | 0 | 100 | 21 | 100 | 75 | 71 |
| Binary | 11001010 | 11010100 | 1001101 | 101 | 0 | 1000000 | 10001 | 1000000 | 111101 | 111001 |
Color Harmonies of #CAD44D
Complementary color
Monochromatic Colors of #CAD44D
Black with #CAD44D
Text Example
Text Example
White with #CAD44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD44D; }
p { color: rgb(202,212,77); }
H1.HeaderClassName
{
color: #CAD44D;
}
.AnyTagClassName
{
color: #CAD44D;
}
</style>
background-color css
<style>
a { background-color: #CAD44D; }
a { background-color: rgb(202,212,77); }
div.DivClassName
{
background-color: #CAD44D;
}
.BgClassName
{
background-color: #CAD44D;
}
</style>
border-color css
<style>
span { border-color: #CAD44D; }
span { border-color: rgb(202,212,77); }
td.TdClassName
{
border-color: #CAD44D;
}
.TagClassName
{
border-color: #CAD44D;
}
</style>