Shades of Las Palmas #CAD341
Tints of Las Palmas #CAD341
RGB
CMYK
RGB Variations
Color information
#CAD341 (or 0xCAD341) is known color: Las Palmas. HEX triplet: CA, D3 and 41. RGB value is (202,211,65). Sum of RGB (Red+Green+Blue) = 202+211+65=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 65 (25.78% from 255 or 13.60% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD341 is #352CBE. Grayscale: #C0C0C0. Windows color (decimal): -3484863 or 4314058. OLE color: 4314058.
HSL color Cylindrical-coordinate representation of color #CAD341: hue angle of 63.7º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAD341 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 65 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.17 |
| HSL | 63.7º | 0.62% | 0.54% | - |
| HSV(B) | 63.7º | 0.69% | 0.83% | - |
| XYZ | 48.61 | 59.53 | 13.93 | - |
| YUV | 191.67 | 56.52 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 65 | 0.04 | 0 | 0.69 | 0.17 | 63.7 | 0.62 | 0.54 |
| Hex | CA | D3 | 41 | 4 | 0 | 45 | 11 | 40 | 3E | 36 |
| Octal | 312 | 323 | 101 | 4 | 0 | 105 | 21 | 100 | 76 | 66 |
| Binary | 11001010 | 11010011 | 1000001 | 100 | 0 | 1000101 | 10001 | 1000000 | 111110 | 110110 |
Color Harmonies of #CAD341
Complementary color
Monochromatic Colors of #CAD341
Black with #CAD341
Text Example
Text Example
White with #CAD341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD341; }
p { color: rgb(202,211,65); }
H1.HeaderClassName
{
color: #CAD341;
}
.AnyTagClassName
{
color: #CAD341;
}
</style>
background-color css
<style>
a { background-color: #CAD341; }
a { background-color: rgb(202,211,65); }
div.DivClassName
{
background-color: #CAD341;
}
.BgClassName
{
background-color: #CAD341;
}
</style>
border-color css
<style>
span { border-color: #CAD341; }
span { border-color: rgb(202,211,65); }
td.TdClassName
{
border-color: #CAD341;
}
.TagClassName
{
border-color: #CAD341;
}
</style>