Shades of Las Palmas #CAD64E
Tints of Las Palmas #CAD64E
RGB
CMYK
RGB Variations
Color information
#CAD64E (or 0xCAD64E) is known color: Las Palmas. HEX triplet: CA, D6 and 4E. RGB value is (202,214,78). Sum of RGB (Red+Green+Blue) = 202+214+78=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 78 (30.86% from 255 or 15.79% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD64E is #3529B1. Grayscale: #C3C3C3. Windows color (decimal): -3484082 or 5166794. OLE color: 5166794.
HSL color Cylindrical-coordinate representation of color #CAD64E: hue angle of 65.29º 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 #CAD64E is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 214 | 78 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.16 |
| HSL | 65.29º | 0.62% | 0.57% | - |
| HSV(B) | 65.29º | 0.64% | 0.84% | - |
| XYZ | 49.78 | 61.2 | 16.4 | - |
| YUV | 194.91 | 62.02 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 214 | 78 | 0.06 | 0 | 0.64 | 0.16 | 65.29 | 0.62 | 0.57 |
| Hex | CA | D6 | 4E | 6 | 0 | 40 | 10 | 41 | 3E | 39 |
| Octal | 312 | 326 | 116 | 6 | 0 | 100 | 20 | 101 | 76 | 71 |
| Binary | 11001010 | 11010110 | 1001110 | 110 | 0 | 1000000 | 10000 | 1000001 | 111110 | 111001 |
Color Harmonies of #CAD64E
Complementary color
Monochromatic Colors of #CAD64E
Black with #CAD64E
Text Example
Text Example
White with #CAD64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD64E; }
p { color: rgb(202,214,78); }
H1.HeaderClassName
{
color: #CAD64E;
}
.AnyTagClassName
{
color: #CAD64E;
}
</style>
background-color css
<style>
a { background-color: #CAD64E; }
a { background-color: rgb(202,214,78); }
div.DivClassName
{
background-color: #CAD64E;
}
.BgClassName
{
background-color: #CAD64E;
}
</style>
border-color css
<style>
span { border-color: #CAD64E; }
span { border-color: rgb(202,214,78); }
td.TdClassName
{
border-color: #CAD64E;
}
.TagClassName
{
border-color: #CAD64E;
}
</style>