Shades of Las Palmas #C5CC44
Tints of Las Palmas #C5CC44
RGB
CMYK
RGB Variations
Color information
#C5CC44 (or 0xC5CC44) is known color: Las Palmas. HEX triplet: C5, CC and 44. RGB value is (197,204,68). Sum of RGB (Red+Green+Blue) = 197+204+68=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CC44 is #3A33BB. Grayscale: #BABABA. Windows color (decimal): -3814332 or 4508869. OLE color: 4508869.
HSL color Cylindrical-coordinate representation of color #C5CC44: hue angle of 63.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5CC44 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 68 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.2 |
| HSL | 63.09º | 0.57% | 0.53% | - |
| HSV(B) | 63.09º | 0.67% | 0.8% | - |
| XYZ | 45.66 | 55.47 | 13.77 | - |
| YUV | 186.4 | 61.18 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 68 | 0.03 | 0 | 0.67 | 0.2 | 63.09 | 0.57 | 0.53 |
| Hex | C5 | CC | 44 | 3 | 0 | 43 | 14 | 3F | 39 | 35 |
| Octal | 305 | 314 | 104 | 3 | 0 | 103 | 24 | 77 | 71 | 65 |
| Binary | 11000101 | 11001100 | 1000100 | 11 | 0 | 1000011 | 10100 | 111111 | 111001 | 110101 |
Color Harmonies of #C5CC44
Complementary color
Monochromatic Colors of #C5CC44
Black with #C5CC44
Text Example
Text Example
White with #C5CC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CC44; }
p { color: rgb(197,204,68); }
H1.HeaderClassName
{
color: #C5CC44;
}
.AnyTagClassName
{
color: #C5CC44;
}
</style>
background-color css
<style>
a { background-color: #C5CC44; }
a { background-color: rgb(197,204,68); }
div.DivClassName
{
background-color: #C5CC44;
}
.BgClassName
{
background-color: #C5CC44;
}
</style>
border-color css
<style>
span { border-color: #C5CC44; }
span { border-color: rgb(197,204,68); }
td.TdClassName
{
border-color: #C5CC44;
}
.TagClassName
{
border-color: #C5CC44;
}
</style>