Shades of Las Palmas #CAD34C
Tints of Las Palmas #CAD34C
RGB
CMYK
RGB Variations
Color information
#CAD34C (or 0xCAD34C) is known color: Las Palmas. HEX triplet: CA, D3 and 4C. RGB value is (202,211,76). Sum of RGB (Red+Green+Blue) = 202+211+76=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD34C is #352CB3. Grayscale: #C1C1C1. Windows color (decimal): -3484852 or 5034954. OLE color: 5034954.
HSL color Cylindrical-coordinate representation of color #CAD34C: hue angle of 64º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAD34C is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 76 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.17 |
| HSL | 64º | 0.61% | 0.56% | - |
| HSV(B) | 64º | 0.64% | 0.83% | - |
| XYZ | 48.96 | 59.67 | 15.77 | - |
| YUV | 192.92 | 62.02 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 76 | 0.04 | 0 | 0.64 | 0.17 | 64 | 0.61 | 0.56 |
| Hex | CA | D3 | 4C | 4 | 0 | 40 | 11 | 40 | 3D | 38 |
| Octal | 312 | 323 | 114 | 4 | 0 | 100 | 21 | 100 | 75 | 70 |
| Binary | 11001010 | 11010011 | 1001100 | 100 | 0 | 1000000 | 10001 | 1000000 | 111101 | 111000 |
Color Harmonies of #CAD34C
Complementary color
Monochromatic Colors of #CAD34C
Black with #CAD34C
Text Example
Text Example
White with #CAD34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD34C; }
p { color: rgb(202,211,76); }
H1.HeaderClassName
{
color: #CAD34C;
}
.AnyTagClassName
{
color: #CAD34C;
}
</style>
background-color css
<style>
a { background-color: #CAD34C; }
a { background-color: rgb(202,211,76); }
div.DivClassName
{
background-color: #CAD34C;
}
.BgClassName
{
background-color: #CAD34C;
}
</style>
border-color css
<style>
span { border-color: #CAD34C; }
span { border-color: rgb(202,211,76); }
td.TdClassName
{
border-color: #CAD34C;
}
.TagClassName
{
border-color: #CAD34C;
}
</style>