Shades of Las Palmas #C4CC40
Tints of Las Palmas #C4CC40
RGB
CMYK
RGB Variations
Color information
#C4CC40 (or 0xC4CC40) is known color: Las Palmas. HEX triplet: C4, CC and 40. RGB value is (196,204,64). Sum of RGB (Red+Green+Blue) = 196+204+64=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CC40 is #3B33BF. Grayscale: #BABABA. Windows color (decimal): -3879872 or 4246724. OLE color: 4246724.
HSL color Cylindrical-coordinate representation of color #C4CC40: hue angle of 63.43º 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 #C4CC40 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 204 | 64 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.2 |
| HSL | 63.43º | 0.58% | 0.53% | - |
| HSV(B) | 63.43º | 0.69% | 0.8% | - |
| XYZ | 45.28 | 55.29 | 13.14 | - |
| YUV | 185.65 | 59.35 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 64 | 0.04 | 0 | 0.69 | 0.2 | 63.43 | 0.58 | 0.53 |
| Hex | C4 | CC | 40 | 4 | 0 | 45 | 14 | 3F | 3A | 35 |
| Octal | 304 | 314 | 100 | 4 | 0 | 105 | 24 | 77 | 72 | 65 |
| Binary | 11000100 | 11001100 | 1000000 | 100 | 0 | 1000101 | 10100 | 111111 | 111010 | 110101 |
Color Harmonies of #C4CC40
Complementary color
Monochromatic Colors of #C4CC40
Black with #C4CC40
Text Example
Text Example
White with #C4CC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CC40; }
p { color: rgb(196,204,64); }
H1.HeaderClassName
{
color: #C4CC40;
}
.AnyTagClassName
{
color: #C4CC40;
}
</style>
background-color css
<style>
a { background-color: #C4CC40; }
a { background-color: rgb(196,204,64); }
div.DivClassName
{
background-color: #C4CC40;
}
.BgClassName
{
background-color: #C4CC40;
}
</style>
border-color css
<style>
span { border-color: #C4CC40; }
span { border-color: rgb(196,204,64); }
td.TdClassName
{
border-color: #C4CC40;
}
.TagClassName
{
border-color: #C4CC40;
}
</style>