Shades of Las Palmas #CAD43A
Tints of Las Palmas #CAD43A
RGB
CMYK
RGB Variations
Color information
#CAD43A (or 0xCAD43A) is known color: Las Palmas. HEX triplet: CA, D4 and 3A. RGB value is (202,212,58). Sum of RGB (Red+Green+Blue) = 202+212+58=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD43A is #352BC5. Grayscale: #C0C0C0. Windows color (decimal): -3484614 or 3855562. OLE color: 3855562.
HSL color Cylindrical-coordinate representation of color #CAD43A: hue angle of 63.9º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAD43A is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 212 | 58 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.17 |
| HSL | 63.9º | 0.64% | 0.53% | - |
| HSV(B) | 63.9º | 0.73% | 0.83% | - |
| XYZ | 48.66 | 59.95 | 13.01 | - |
| YUV | 191.45 | 52.69 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 212 | 58 | 0.05 | 0 | 0.73 | 0.17 | 63.9 | 0.64 | 0.53 |
| Hex | CA | D4 | 3A | 5 | 0 | 49 | 11 | 40 | 40 | 35 |
| Octal | 312 | 324 | 72 | 5 | 0 | 111 | 21 | 100 | 100 | 65 |
| Binary | 11001010 | 11010100 | 111010 | 101 | 0 | 1001001 | 10001 | 1000000 | 1000000 | 110101 |
Color Harmonies of #CAD43A
Complementary color
Monochromatic Colors of #CAD43A
Black with #CAD43A
Text Example
Text Example
White with #CAD43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD43A; }
p { color: rgb(202,212,58); }
H1.HeaderClassName
{
color: #CAD43A;
}
.AnyTagClassName
{
color: #CAD43A;
}
</style>
background-color css
<style>
a { background-color: #CAD43A; }
a { background-color: rgb(202,212,58); }
div.DivClassName
{
background-color: #CAD43A;
}
.BgClassName
{
background-color: #CAD43A;
}
</style>
border-color css
<style>
span { border-color: #CAD43A; }
span { border-color: rgb(202,212,58); }
td.TdClassName
{
border-color: #CAD43A;
}
.TagClassName
{
border-color: #CAD43A;
}
</style>