Shades of Las Palmas #CAD54A
Tints of Las Palmas #CAD54A
RGB
CMYK
RGB Variations
Color information
#CAD54A (or 0xCAD54A) is known color: Las Palmas. HEX triplet: CA, D5 and 4A. RGB value is (202,213,74). Sum of RGB (Red+Green+Blue) = 202+213+74=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD54A is #352AB5. Grayscale: #C2C2C2. Windows color (decimal): -3484342 or 4904394. OLE color: 4904394.
HSL color Cylindrical-coordinate representation of color #CAD54A: hue angle of 64.75º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAD54A is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 213 | 74 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.16 |
| HSL | 64.75º | 0.62% | 0.56% | - |
| HSV(B) | 64.75º | 0.65% | 0.84% | - |
| XYZ | 49.39 | 60.64 | 15.58 | - |
| YUV | 193.87 | 60.36 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 213 | 74 | 0.05 | 0 | 0.65 | 0.16 | 64.75 | 0.62 | 0.56 |
| Hex | CA | D5 | 4A | 5 | 0 | 41 | 10 | 41 | 3E | 38 |
| Octal | 312 | 325 | 112 | 5 | 0 | 101 | 20 | 101 | 76 | 70 |
| Binary | 11001010 | 11010101 | 1001010 | 101 | 0 | 1000001 | 10000 | 1000001 | 111110 | 111000 |
Color Harmonies of #CAD54A
Complementary color
Monochromatic Colors of #CAD54A
Black with #CAD54A
Text Example
Text Example
White with #CAD54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD54A; }
p { color: rgb(202,213,74); }
H1.HeaderClassName
{
color: #CAD54A;
}
.AnyTagClassName
{
color: #CAD54A;
}
</style>
background-color css
<style>
a { background-color: #CAD54A; }
a { background-color: rgb(202,213,74); }
div.DivClassName
{
background-color: #CAD54A;
}
.BgClassName
{
background-color: #CAD54A;
}
</style>
border-color css
<style>
span { border-color: #CAD54A; }
span { border-color: rgb(202,213,74); }
td.TdClassName
{
border-color: #CAD54A;
}
.TagClassName
{
border-color: #CAD54A;
}
</style>