Shades of Las Palmas #C5CC45
Tints of Las Palmas #C5CC45
RGB
CMYK
RGB Variations
Color information
#C5CC45 (or 0xC5CC45) is known color: Las Palmas. HEX triplet: C5, CC and 45. RGB value is (197,204,69). Sum of RGB (Red+Green+Blue) = 197+204+69=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CC45 is #3A33BA. Grayscale: #BBBBBB. Windows color (decimal): -3814331 or 4574405. OLE color: 4574405.
HSL color Cylindrical-coordinate representation of color #C5CC45: hue angle of 63.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5CC45 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 69 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.2 |
| HSL | 63.11º | 0.57% | 0.54% | - |
| HSV(B) | 63.11º | 0.66% | 0.8% | - |
| XYZ | 45.69 | 55.49 | 13.93 | - |
| YUV | 186.52 | 61.68 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 69 | 0.03 | 0 | 0.66 | 0.2 | 63.11 | 0.57 | 0.54 |
| Hex | C5 | CC | 45 | 3 | 0 | 42 | 14 | 3F | 39 | 36 |
| Octal | 305 | 314 | 105 | 3 | 0 | 102 | 24 | 77 | 71 | 66 |
| Binary | 11000101 | 11001100 | 1000101 | 11 | 0 | 1000010 | 10100 | 111111 | 111001 | 110110 |
Color Harmonies of #C5CC45
Complementary color
Monochromatic Colors of #C5CC45
Black with #C5CC45
Text Example
Text Example
White with #C5CC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CC45; }
p { color: rgb(197,204,69); }
H1.HeaderClassName
{
color: #C5CC45;
}
.AnyTagClassName
{
color: #C5CC45;
}
</style>
background-color css
<style>
a { background-color: #C5CC45; }
a { background-color: rgb(197,204,69); }
div.DivClassName
{
background-color: #C5CC45;
}
.BgClassName
{
background-color: #C5CC45;
}
</style>
border-color css
<style>
span { border-color: #C5CC45; }
span { border-color: rgb(197,204,69); }
td.TdClassName
{
border-color: #C5CC45;
}
.TagClassName
{
border-color: #C5CC45;
}
</style>