Shades of Las Palmas #C5CC3C
Tints of Las Palmas #C5CC3C
RGB
CMYK
RGB Variations
Color information
#C5CC3C (or 0xC5CC3C) is known color: Las Palmas. HEX triplet: C5, CC and 3C. RGB value is (197,204,60). Sum of RGB (Red+Green+Blue) = 197+204+60=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CC3C is #3A33C3. Grayscale: #BABABA. Windows color (decimal): -3814340 or 3984581. OLE color: 3984581.
HSL color Cylindrical-coordinate representation of color #C5CC3C: hue angle of 62.92º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5CC3C is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 60 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.2 |
| HSL | 62.92º | 0.59% | 0.52% | - |
| HSV(B) | 62.92º | 0.71% | 0.8% | - |
| XYZ | 45.43 | 55.38 | 12.57 | - |
| YUV | 185.49 | 57.18 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 60 | 0.03 | 0 | 0.71 | 0.2 | 62.92 | 0.59 | 0.52 |
| Hex | C5 | CC | 3C | 3 | 0 | 47 | 14 | 3F | 3B | 34 |
| Octal | 305 | 314 | 74 | 3 | 0 | 107 | 24 | 77 | 73 | 64 |
| Binary | 11000101 | 11001100 | 111100 | 11 | 0 | 1000111 | 10100 | 111111 | 111011 | 110100 |
Color Harmonies of #C5CC3C
Complementary color
Monochromatic Colors of #C5CC3C
Black with #C5CC3C
Text Example
Text Example
White with #C5CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CC3C; }
p { color: rgb(197,204,60); }
H1.HeaderClassName
{
color: #C5CC3C;
}
.AnyTagClassName
{
color: #C5CC3C;
}
</style>
background-color css
<style>
a { background-color: #C5CC3C; }
a { background-color: rgb(197,204,60); }
div.DivClassName
{
background-color: #C5CC3C;
}
.BgClassName
{
background-color: #C5CC3C;
}
</style>
border-color css
<style>
span { border-color: #C5CC3C; }
span { border-color: rgb(197,204,60); }
td.TdClassName
{
border-color: #C5CC3C;
}
.TagClassName
{
border-color: #C5CC3C;
}
</style>