Shades of Las Palmas #CAD34A
Tints of Las Palmas #CAD34A
RGB
CMYK
RGB Variations
Color information
#CAD34A (or 0xCAD34A) is known color: Las Palmas. HEX triplet: CA, D3 and 4A. RGB value is (202,211,74). Sum of RGB (Red+Green+Blue) = 202+211+74=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD34A is #352CB5. Grayscale: #C1C1C1. Windows color (decimal): -3484854 or 4903882. OLE color: 4903882.
HSL color Cylindrical-coordinate representation of color #CAD34A: hue angle of 63.94º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAD34A is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 74 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.17 |
| HSL | 63.94º | 0.61% | 0.56% | - |
| HSV(B) | 63.94º | 0.65% | 0.83% | - |
| XYZ | 48.89 | 59.64 | 15.41 | - |
| YUV | 192.69 | 61.02 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 74 | 0.04 | 0 | 0.65 | 0.17 | 63.94 | 0.61 | 0.56 |
| Hex | CA | D3 | 4A | 4 | 0 | 41 | 11 | 40 | 3D | 38 |
| Octal | 312 | 323 | 112 | 4 | 0 | 101 | 21 | 100 | 75 | 70 |
| Binary | 11001010 | 11010011 | 1001010 | 100 | 0 | 1000001 | 10001 | 1000000 | 111101 | 111000 |
Color Harmonies of #CAD34A
Complementary color
Monochromatic Colors of #CAD34A
Black with #CAD34A
Text Example
Text Example
White with #CAD34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD34A; }
p { color: rgb(202,211,74); }
H1.HeaderClassName
{
color: #CAD34A;
}
.AnyTagClassName
{
color: #CAD34A;
}
</style>
background-color css
<style>
a { background-color: #CAD34A; }
a { background-color: rgb(202,211,74); }
div.DivClassName
{
background-color: #CAD34A;
}
.BgClassName
{
background-color: #CAD34A;
}
</style>
border-color css
<style>
span { border-color: #CAD34A; }
span { border-color: rgb(202,211,74); }
td.TdClassName
{
border-color: #CAD34A;
}
.TagClassName
{
border-color: #CAD34A;
}
</style>