Shades of Las Palmas #CAD64A
Tints of Las Palmas #CAD64A
RGB
CMYK
RGB Variations
Color information
#CAD64A (or 0xCAD64A) is known color: Las Palmas. HEX triplet: CA, D6 and 4A. RGB value is (202,214,74). Sum of RGB (Red+Green+Blue) = 202+214+74=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD64A is #3529B5. Grayscale: #C3C3C3. Windows color (decimal): -3484086 or 4904650. OLE color: 4904650.
HSL color Cylindrical-coordinate representation of color #CAD64A: hue angle of 65.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAD64A is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 214 | 74 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.16 |
| HSL | 65.14º | 0.63% | 0.56% | - |
| HSV(B) | 65.14º | 0.65% | 0.84% | - |
| XYZ | 49.64 | 61.14 | 15.66 | - |
| YUV | 194.45 | 60.02 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 214 | 74 | 0.06 | 0 | 0.65 | 0.16 | 65.14 | 0.63 | 0.56 |
| Hex | CA | D6 | 4A | 6 | 0 | 41 | 10 | 41 | 3F | 38 |
| Octal | 312 | 326 | 112 | 6 | 0 | 101 | 20 | 101 | 77 | 70 |
| Binary | 11001010 | 11010110 | 1001010 | 110 | 0 | 1000001 | 10000 | 1000001 | 111111 | 111000 |
Color Harmonies of #CAD64A
Complementary color
Monochromatic Colors of #CAD64A
Black with #CAD64A
Text Example
Text Example
White with #CAD64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD64A; }
p { color: rgb(202,214,74); }
H1.HeaderClassName
{
color: #CAD64A;
}
.AnyTagClassName
{
color: #CAD64A;
}
</style>
background-color css
<style>
a { background-color: #CAD64A; }
a { background-color: rgb(202,214,74); }
div.DivClassName
{
background-color: #CAD64A;
}
.BgClassName
{
background-color: #CAD64A;
}
</style>
border-color css
<style>
span { border-color: #CAD64A; }
span { border-color: rgb(202,214,74); }
td.TdClassName
{
border-color: #CAD64A;
}
.TagClassName
{
border-color: #CAD64A;
}
</style>