Shades of Las Palmas #CAD64D
Tints of Las Palmas #CAD64D
RGB
CMYK
RGB Variations
Color information
#CAD64D (or 0xCAD64D) is known color: Las Palmas. HEX triplet: CA, D6 and 4D. RGB value is (202,214,77). Sum of RGB (Red+Green+Blue) = 202+214+77=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD64D is #3529B2. Grayscale: #C3C3C3. Windows color (decimal): -3484083 or 5101258. OLE color: 5101258.
HSL color Cylindrical-coordinate representation of color #CAD64D: hue angle of 65.26º degrees, saturation: 0.63, 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 #CAD64D is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 214 | 77 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.16 |
| HSL | 65.26º | 0.63% | 0.57% | - |
| HSV(B) | 65.26º | 0.64% | 0.84% | - |
| XYZ | 49.74 | 61.19 | 16.21 | - |
| YUV | 194.79 | 61.52 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 214 | 77 | 0.06 | 0 | 0.64 | 0.16 | 65.26 | 0.63 | 0.57 |
| Hex | CA | D6 | 4D | 6 | 0 | 40 | 10 | 41 | 3F | 39 |
| Octal | 312 | 326 | 115 | 6 | 0 | 100 | 20 | 101 | 77 | 71 |
| Binary | 11001010 | 11010110 | 1001101 | 110 | 0 | 1000000 | 10000 | 1000001 | 111111 | 111001 |
Color Harmonies of #CAD64D
Complementary color
Monochromatic Colors of #CAD64D
Black with #CAD64D
Text Example
Text Example
White with #CAD64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD64D; }
p { color: rgb(202,214,77); }
H1.HeaderClassName
{
color: #CAD64D;
}
.AnyTagClassName
{
color: #CAD64D;
}
</style>
background-color css
<style>
a { background-color: #CAD64D; }
a { background-color: rgb(202,214,77); }
div.DivClassName
{
background-color: #CAD64D;
}
.BgClassName
{
background-color: #CAD64D;
}
</style>
border-color css
<style>
span { border-color: #CAD64D; }
span { border-color: rgb(202,214,77); }
td.TdClassName
{
border-color: #CAD64D;
}
.TagClassName
{
border-color: #CAD64D;
}
</style>