Shades of Las Palmas #CAD344
Tints of Las Palmas #CAD344
RGB
CMYK
RGB Variations
Color information
#CAD344 (or 0xCAD344) is known color: Las Palmas. HEX triplet: CA, D3 and 44. RGB value is (202,211,68). Sum of RGB (Red+Green+Blue) = 202+211+68=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD344 is #352CBB. Grayscale: #C0C0C0. Windows color (decimal): -3484860 or 4510666. OLE color: 4510666.
HSL color Cylindrical-coordinate representation of color #CAD344: hue angle of 63.78º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAD344 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 68 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.17 |
| HSL | 63.78º | 0.62% | 0.55% | - |
| HSV(B) | 63.78º | 0.68% | 0.83% | - |
| XYZ | 48.69 | 59.56 | 14.4 | - |
| YUV | 192.01 | 58.02 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 68 | 0.04 | 0 | 0.68 | 0.17 | 63.78 | 0.62 | 0.55 |
| Hex | CA | D3 | 44 | 4 | 0 | 44 | 11 | 40 | 3E | 37 |
| Octal | 312 | 323 | 104 | 4 | 0 | 104 | 21 | 100 | 76 | 67 |
| Binary | 11001010 | 11010011 | 1000100 | 100 | 0 | 1000100 | 10001 | 1000000 | 111110 | 110111 |
Color Harmonies of #CAD344
Complementary color
Monochromatic Colors of #CAD344
Black with #CAD344
Text Example
Text Example
White with #CAD344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD344; }
p { color: rgb(202,211,68); }
H1.HeaderClassName
{
color: #CAD344;
}
.AnyTagClassName
{
color: #CAD344;
}
</style>
background-color css
<style>
a { background-color: #CAD344; }
a { background-color: rgb(202,211,68); }
div.DivClassName
{
background-color: #CAD344;
}
.BgClassName
{
background-color: #CAD344;
}
</style>
border-color css
<style>
span { border-color: #CAD344; }
span { border-color: rgb(202,211,68); }
td.TdClassName
{
border-color: #CAD344;
}
.TagClassName
{
border-color: #CAD344;
}
</style>