Shades of Las Palmas #CAD446
Tints of Las Palmas #CAD446
RGB
CMYK
RGB Variations
Color information
#CAD446 (or 0xCAD446) is known color: Las Palmas. HEX triplet: CA, D4 and 46. RGB value is (202,212,70). Sum of RGB (Red+Green+Blue) = 202+212+70=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD446 is #352BB9. Grayscale: #C1C1C1. Windows color (decimal): -3484602 or 4641994. OLE color: 4641994.
HSL color Cylindrical-coordinate representation of color #CAD446: hue angle of 64.23º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAD446 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 212 | 70 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.17 |
| HSL | 64.23º | 0.62% | 0.55% | - |
| HSV(B) | 64.23º | 0.67% | 0.83% | - |
| XYZ | 49.01 | 60.09 | 14.81 | - |
| YUV | 192.82 | 58.69 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 212 | 70 | 0.05 | 0 | 0.67 | 0.17 | 64.23 | 0.62 | 0.55 |
| Hex | CA | D4 | 46 | 5 | 0 | 43 | 11 | 40 | 3E | 37 |
| Octal | 312 | 324 | 106 | 5 | 0 | 103 | 21 | 100 | 76 | 67 |
| Binary | 11001010 | 11010100 | 1000110 | 101 | 0 | 1000011 | 10001 | 1000000 | 111110 | 110111 |
Color Harmonies of #CAD446
Complementary color
Monochromatic Colors of #CAD446
Black with #CAD446
Text Example
Text Example
White with #CAD446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD446; }
p { color: rgb(202,212,70); }
H1.HeaderClassName
{
color: #CAD446;
}
.AnyTagClassName
{
color: #CAD446;
}
</style>
background-color css
<style>
a { background-color: #CAD446; }
a { background-color: rgb(202,212,70); }
div.DivClassName
{
background-color: #CAD446;
}
.BgClassName
{
background-color: #CAD446;
}
</style>
border-color css
<style>
span { border-color: #CAD446; }
span { border-color: rgb(202,212,70); }
td.TdClassName
{
border-color: #CAD446;
}
.TagClassName
{
border-color: #CAD446;
}
</style>