Shades of Las Palmas #CACF3C
Tints of Las Palmas #CACF3C
RGB
CMYK
RGB Variations
Color information
#CACF3C (or 0xCACF3C) is known color: Las Palmas. HEX triplet: CA, CF and 3C. RGB value is (202,207,60). Sum of RGB (Red+Green+Blue) = 202+207+60=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACF3C is #3530C3. Grayscale: #BDBDBD. Windows color (decimal): -3485892 or 3985354. OLE color: 3985354.
HSL color Cylindrical-coordinate representation of color #CACF3C: hue angle of 62.04º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CACF3C is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 60 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.19 |
| HSL | 62.04º | 0.6% | 0.52% | - |
| HSV(B) | 62.04º | 0.71% | 0.81% | - |
| XYZ | 47.49 | 57.51 | 12.87 | - |
| YUV | 188.75 | 55.34 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 60 | 0.02 | 0 | 0.71 | 0.19 | 62.04 | 0.6 | 0.52 |
| Hex | CA | CF | 3C | 2 | 0 | 47 | 13 | 3E | 3C | 34 |
| Octal | 312 | 317 | 74 | 2 | 0 | 107 | 23 | 76 | 74 | 64 |
| Binary | 11001010 | 11001111 | 111100 | 10 | 0 | 1000111 | 10011 | 111110 | 111100 | 110100 |
Color Harmonies of #CACF3C
Complementary color
Monochromatic Colors of #CACF3C
Black with #CACF3C
Text Example
Text Example
White with #CACF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF3C; }
p { color: rgb(202,207,60); }
H1.HeaderClassName
{
color: #CACF3C;
}
.AnyTagClassName
{
color: #CACF3C;
}
</style>
background-color css
<style>
a { background-color: #CACF3C; }
a { background-color: rgb(202,207,60); }
div.DivClassName
{
background-color: #CACF3C;
}
.BgClassName
{
background-color: #CACF3C;
}
</style>
border-color css
<style>
span { border-color: #CACF3C; }
span { border-color: rgb(202,207,60); }
td.TdClassName
{
border-color: #CACF3C;
}
.TagClassName
{
border-color: #CACF3C;
}
</style>