Shades of Las Palmas #CAD336
Tints of Las Palmas #CAD336
RGB
CMYK
RGB Variations
Color information
#CAD336 (or 0xCAD336) is known color: Las Palmas. HEX triplet: CA, D3 and 36. RGB value is (202,211,54). Sum of RGB (Red+Green+Blue) = 202+211+54=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 54 (21.48% from 255 or 11.56% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD336 is #352CC9. Grayscale: #BFBFBF. Windows color (decimal): -3484874 or 3593162. OLE color: 3593162.
HSL color Cylindrical-coordinate representation of color #CAD336: hue angle of 63.44º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAD336 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 54 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.17 |
| HSL | 63.44º | 0.64% | 0.52% | - |
| HSV(B) | 63.44º | 0.74% | 0.83% | - |
| XYZ | 48.32 | 59.41 | 12.41 | - |
| YUV | 190.41 | 51.02 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 54 | 0.04 | 0 | 0.74 | 0.17 | 63.44 | 0.64 | 0.52 |
| Hex | CA | D3 | 36 | 4 | 0 | 4A | 11 | 3F | 40 | 34 |
| Octal | 312 | 323 | 66 | 4 | 0 | 112 | 21 | 77 | 100 | 64 |
| Binary | 11001010 | 11010011 | 110110 | 100 | 0 | 1001010 | 10001 | 111111 | 1000000 | 110100 |
Color Harmonies of #CAD336
Complementary color
Monochromatic Colors of #CAD336
Black with #CAD336
Text Example
Text Example
White with #CAD336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD336; }
p { color: rgb(202,211,54); }
H1.HeaderClassName
{
color: #CAD336;
}
.AnyTagClassName
{
color: #CAD336;
}
</style>
background-color css
<style>
a { background-color: #CAD336; }
a { background-color: rgb(202,211,54); }
div.DivClassName
{
background-color: #CAD336;
}
.BgClassName
{
background-color: #CAD336;
}
</style>
border-color css
<style>
span { border-color: #CAD336; }
span { border-color: rgb(202,211,54); }
td.TdClassName
{
border-color: #CAD336;
}
.TagClassName
{
border-color: #CAD336;
}
</style>