Shades of Las Palmas #CAD74C
Tints of Las Palmas #CAD74C
RGB
CMYK
RGB Variations
Color information
#CAD74C (or 0xCAD74C) is known color: Las Palmas. HEX triplet: CA, D7 and 4C. RGB value is (202,215,76). Sum of RGB (Red+Green+Blue) = 202+215+76=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD74C is #3528B3. Grayscale: #C3C3C3. Windows color (decimal): -3483828 or 5035978. OLE color: 5035978.
HSL color Cylindrical-coordinate representation of color #CAD74C: hue angle of 65.61º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAD74C is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 215 | 76 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.16 |
| HSL | 65.61º | 0.63% | 0.57% | - |
| HSV(B) | 65.61º | 0.65% | 0.84% | - |
| XYZ | 49.96 | 61.68 | 16.11 | - |
| YUV | 195.27 | 60.69 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 215 | 76 | 0.06 | 0 | 0.65 | 0.16 | 65.61 | 0.63 | 0.57 |
| Hex | CA | D7 | 4C | 6 | 0 | 41 | 10 | 42 | 3F | 39 |
| Octal | 312 | 327 | 114 | 6 | 0 | 101 | 20 | 102 | 77 | 71 |
| Binary | 11001010 | 11010111 | 1001100 | 110 | 0 | 1000001 | 10000 | 1000010 | 111111 | 111001 |
Color Harmonies of #CAD74C
Complementary color
Monochromatic Colors of #CAD74C
Black with #CAD74C
Text Example
Text Example
White with #CAD74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD74C; }
p { color: rgb(202,215,76); }
H1.HeaderClassName
{
color: #CAD74C;
}
.AnyTagClassName
{
color: #CAD74C;
}
</style>
background-color css
<style>
a { background-color: #CAD74C; }
a { background-color: rgb(202,215,76); }
div.DivClassName
{
background-color: #CAD74C;
}
.BgClassName
{
background-color: #CAD74C;
}
</style>
border-color css
<style>
span { border-color: #CAD74C; }
span { border-color: rgb(202,215,76); }
td.TdClassName
{
border-color: #CAD74C;
}
.TagClassName
{
border-color: #CAD74C;
}
</style>