Shades of Las Palmas #CAD23C
Tints of Las Palmas #CAD23C
RGB
CMYK
RGB Variations
Color information
#CAD23C (or 0xCAD23C) is known color: Las Palmas. HEX triplet: CA, D2 and 3C. RGB value is (202,210,60). Sum of RGB (Red+Green+Blue) = 202+210+60=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD23C is #352DC3. Grayscale: #BFBFBF. Windows color (decimal): -3485124 or 3986122. OLE color: 3986122.
HSL color Cylindrical-coordinate representation of color #CAD23C: hue angle of 63.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CAD23C is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 60 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.18 |
| HSL | 63.2º | 0.63% | 0.53% | - |
| HSV(B) | 63.2º | 0.71% | 0.82% | - |
| XYZ | 48.22 | 58.98 | 13.12 | - |
| YUV | 190.51 | 54.35 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 60 | 0.04 | 0 | 0.71 | 0.18 | 63.2 | 0.63 | 0.53 |
| Hex | CA | D2 | 3C | 4 | 0 | 47 | 12 | 3F | 3E | 35 |
| Octal | 312 | 322 | 74 | 4 | 0 | 107 | 22 | 77 | 76 | 65 |
| Binary | 11001010 | 11010010 | 111100 | 100 | 0 | 1000111 | 10010 | 111111 | 111110 | 110101 |
Color Harmonies of #CAD23C
Complementary color
Monochromatic Colors of #CAD23C
Black with #CAD23C
Text Example
Text Example
White with #CAD23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD23C; }
p { color: rgb(202,210,60); }
H1.HeaderClassName
{
color: #CAD23C;
}
.AnyTagClassName
{
color: #CAD23C;
}
</style>
background-color css
<style>
a { background-color: #CAD23C; }
a { background-color: rgb(202,210,60); }
div.DivClassName
{
background-color: #CAD23C;
}
.BgClassName
{
background-color: #CAD23C;
}
</style>
border-color css
<style>
span { border-color: #CAD23C; }
span { border-color: rgb(202,210,60); }
td.TdClassName
{
border-color: #CAD23C;
}
.TagClassName
{
border-color: #CAD23C;
}
</style>