Shades of Las Palmas #C2CC40
Tints of Las Palmas #C2CC40
RGB
CMYK
RGB Variations
Color information
#C2CC40 (or 0xC2CC40) is known color: Las Palmas. HEX triplet: C2, CC and 40. RGB value is (194,204,64). Sum of RGB (Red+Green+Blue) = 194+204+64=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CC40 is #3D33BF. Grayscale: #B9B9B9. Windows color (decimal): -4010944 or 4246722. OLE color: 4246722.
HSL color Cylindrical-coordinate representation of color #C2CC40: hue angle of 64.29º 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 #C2CC40 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 64 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.2 |
| HSL | 64.29º | 0.58% | 0.53% | - |
| HSV(B) | 64.29º | 0.69% | 0.8% | - |
| XYZ | 44.77 | 55.03 | 13.11 | - |
| YUV | 185.05 | 59.69 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 64 | 0.05 | 0 | 0.69 | 0.2 | 64.29 | 0.58 | 0.53 |
| Hex | C2 | CC | 40 | 5 | 0 | 45 | 14 | 40 | 3A | 35 |
| Octal | 302 | 314 | 100 | 5 | 0 | 105 | 24 | 100 | 72 | 65 |
| Binary | 11000010 | 11001100 | 1000000 | 101 | 0 | 1000101 | 10100 | 1000000 | 111010 | 110101 |
Color Harmonies of #C2CC40
Complementary color
Monochromatic Colors of #C2CC40
Black with #C2CC40
Text Example
Text Example
White with #C2CC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC40; }
p { color: rgb(194,204,64); }
H1.HeaderClassName
{
color: #C2CC40;
}
.AnyTagClassName
{
color: #C2CC40;
}
</style>
background-color css
<style>
a { background-color: #C2CC40; }
a { background-color: rgb(194,204,64); }
div.DivClassName
{
background-color: #C2CC40;
}
.BgClassName
{
background-color: #C2CC40;
}
</style>
border-color css
<style>
span { border-color: #C2CC40; }
span { border-color: rgb(194,204,64); }
td.TdClassName
{
border-color: #C2CC40;
}
.TagClassName
{
border-color: #C2CC40;
}
</style>