Shades of Las Palmas #CACF3E
Tints of Las Palmas #CACF3E
RGB
CMYK
RGB Variations
Color information
#CACF3E (or 0xCACF3E) is known color: Las Palmas. HEX triplet: CA, CF and 3E. RGB value is (202,207,62). Sum of RGB (Red+Green+Blue) = 202+207+62=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 62 (24.61% from 255 or 13.16% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACF3E is #3530C1. Grayscale: #BDBDBD. Windows color (decimal): -3485890 or 4116426. OLE color: 4116426.
HSL color Cylindrical-coordinate representation of color #CACF3E: hue angle of 62.07º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CACF3E is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 62 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.19 |
| HSL | 62.07º | 0.6% | 0.53% | - |
| HSV(B) | 62.07º | 0.7% | 0.81% | - |
| XYZ | 47.54 | 57.53 | 13.16 | - |
| YUV | 188.98 | 56.34 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 62 | 0.02 | 0 | 0.70 | 0.19 | 62.07 | 0.6 | 0.53 |
| Hex | CA | CF | 3E | 2 | 0 | 46 | 13 | 3E | 3C | 35 |
| Octal | 312 | 317 | 76 | 2 | 0 | 106 | 23 | 76 | 74 | 65 |
| Binary | 11001010 | 11001111 | 111110 | 10 | 0 | 1000110 | 10011 | 111110 | 111100 | 110101 |
Color Harmonies of #CACF3E
Complementary color
Monochromatic Colors of #CACF3E
Black with #CACF3E
Text Example
Text Example
White with #CACF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF3E; }
p { color: rgb(202,207,62); }
H1.HeaderClassName
{
color: #CACF3E;
}
.AnyTagClassName
{
color: #CACF3E;
}
</style>
background-color css
<style>
a { background-color: #CACF3E; }
a { background-color: rgb(202,207,62); }
div.DivClassName
{
background-color: #CACF3E;
}
.BgClassName
{
background-color: #CACF3E;
}
</style>
border-color css
<style>
span { border-color: #CACF3E; }
span { border-color: rgb(202,207,62); }
td.TdClassName
{
border-color: #CACF3E;
}
.TagClassName
{
border-color: #CACF3E;
}
</style>