Shades of Las Palmas #C5E03C
Tints of Las Palmas #C5E03C
RGB
CMYK
RGB Variations
Color information
#C5E03C (or 0xC5E03C) is known color: Las Palmas. HEX triplet: C5, E0 and 3C. RGB value is (197,224,60). Sum of RGB (Red+Green+Blue) = 197+224+60=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 60 (23.83% from 255 or 12.47% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E03C is #3A1FC3. Grayscale: #C5C5C5. Windows color (decimal): -3809220 or 3989701. OLE color: 3989701.
HSL color Cylindrical-coordinate representation of color #C5E03C: hue angle of 69.88º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5E03C is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 60 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.12 |
| HSL | 69.88º | 0.73% | 0.56% | - |
| HSV(B) | 69.88º | 0.73% | 0.88% | - |
| XYZ | 50.5 | 65.51 | 14.26 | - |
| YUV | 197.23 | 50.55 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 60 | 0.12 | 0 | 0.73 | 0.12 | 69.88 | 0.73 | 0.56 |
| Hex | C5 | E0 | 3C | C | 0 | 49 | C | 46 | 49 | 38 |
| Octal | 305 | 340 | 74 | 14 | 0 | 111 | 14 | 106 | 111 | 70 |
| Binary | 11000101 | 11100000 | 111100 | 1100 | 0 | 1001001 | 1100 | 1000110 | 1001001 | 111000 |
Color Harmonies of #C5E03C
Complementary color
Monochromatic Colors of #C5E03C
Black with #C5E03C
Text Example
Text Example
White with #C5E03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E03C; }
p { color: rgb(197,224,60); }
H1.HeaderClassName
{
color: #C5E03C;
}
.AnyTagClassName
{
color: #C5E03C;
}
</style>
background-color css
<style>
a { background-color: #C5E03C; }
a { background-color: rgb(197,224,60); }
div.DivClassName
{
background-color: #C5E03C;
}
.BgClassName
{
background-color: #C5E03C;
}
</style>
border-color css
<style>
span { border-color: #C5E03C; }
span { border-color: rgb(197,224,60); }
td.TdClassName
{
border-color: #C5E03C;
}
.TagClassName
{
border-color: #C5E03C;
}
</style>