Shades of Las Palmas #CAD449
Tints of Las Palmas #CAD449
RGB
CMYK
RGB Variations
Color information
#CAD449 (or 0xCAD449) is known color: Las Palmas. HEX triplet: CA, D4 and 49. RGB value is (202,212,73). Sum of RGB (Red+Green+Blue) = 202+212+73=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 73 (28.91% from 255 or 14.99% from 487); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD449 is #352BB6. Grayscale: #C1C1C1. Windows color (decimal): -3484599 or 4838602. OLE color: 4838602.
HSL color Cylindrical-coordinate representation of color #CAD449: hue angle of 64.32º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAD449 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 212 | 73 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.17 |
| HSL | 64.32º | 0.62% | 0.56% | - |
| HSV(B) | 64.32º | 0.66% | 0.83% | - |
| XYZ | 49.1 | 60.12 | 15.32 | - |
| YUV | 193.16 | 60.19 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 212 | 73 | 0.05 | 0 | 0.66 | 0.17 | 64.32 | 0.62 | 0.56 |
| Hex | CA | D4 | 49 | 5 | 0 | 42 | 11 | 40 | 3E | 38 |
| Octal | 312 | 324 | 111 | 5 | 0 | 102 | 21 | 100 | 76 | 70 |
| Binary | 11001010 | 11010100 | 1001001 | 101 | 0 | 1000010 | 10001 | 1000000 | 111110 | 111000 |
Color Harmonies of #CAD449
Complementary color
Monochromatic Colors of #CAD449
Black with #CAD449
Text Example
Text Example
White with #CAD449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD449; }
p { color: rgb(202,212,73); }
H1.HeaderClassName
{
color: #CAD449;
}
.AnyTagClassName
{
color: #CAD449;
}
</style>
background-color css
<style>
a { background-color: #CAD449; }
a { background-color: rgb(202,212,73); }
div.DivClassName
{
background-color: #CAD449;
}
.BgClassName
{
background-color: #CAD449;
}
</style>
border-color css
<style>
span { border-color: #CAD449; }
span { border-color: rgb(202,212,73); }
td.TdClassName
{
border-color: #CAD449;
}
.TagClassName
{
border-color: #CAD449;
}
</style>