Shades of Las Palmas #C1CC40
Tints of Las Palmas #C1CC40
RGB
CMYK
RGB Variations
Color information
#C1CC40 (or 0xC1CC40) is known color: Las Palmas. HEX triplet: C1, CC and 40. RGB value is (193,204,64). Sum of RGB (Red+Green+Blue) = 193+204+64=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CC40 is #3E33BF. Grayscale: #B9B9B9. Windows color (decimal): -4076480 or 4246721. OLE color: 4246721.
HSL color Cylindrical-coordinate representation of color #C1CC40: hue angle of 64.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1CC40 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 64 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.2 |
| HSL | 64.71º | 0.58% | 0.53% | - |
| HSV(B) | 64.71º | 0.69% | 0.8% | - |
| XYZ | 44.51 | 54.89 | 13.1 | - |
| YUV | 184.75 | 59.86 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 64 | 0.05 | 0 | 0.69 | 0.2 | 64.71 | 0.58 | 0.53 |
| Hex | C1 | CC | 40 | 5 | 0 | 45 | 14 | 41 | 3A | 35 |
| Octal | 301 | 314 | 100 | 5 | 0 | 105 | 24 | 101 | 72 | 65 |
| Binary | 11000001 | 11001100 | 1000000 | 101 | 0 | 1000101 | 10100 | 1000001 | 111010 | 110101 |
Color Harmonies of #C1CC40
Complementary color
Monochromatic Colors of #C1CC40
Black with #C1CC40
Text Example
Text Example
White with #C1CC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CC40; }
p { color: rgb(193,204,64); }
H1.HeaderClassName
{
color: #C1CC40;
}
.AnyTagClassName
{
color: #C1CC40;
}
</style>
background-color css
<style>
a { background-color: #C1CC40; }
a { background-color: rgb(193,204,64); }
div.DivClassName
{
background-color: #C1CC40;
}
.BgClassName
{
background-color: #C1CC40;
}
</style>
border-color css
<style>
span { border-color: #C1CC40; }
span { border-color: rgb(193,204,64); }
td.TdClassName
{
border-color: #C1CC40;
}
.TagClassName
{
border-color: #C1CC40;
}
</style>