Shades of Las Palmas #C5E330
Tints of Las Palmas #C5E330
RGB
CMYK
RGB Variations
Color information
#C5E330 (or 0xC5E330) is known color: Las Palmas. HEX triplet: C5, E3 and 30. RGB value is (197,227,48). Sum of RGB (Red+Green+Blue) = 197+227+48=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E330 is #3A1CCF. Grayscale: #C6C6C6. Windows color (decimal): -3808464 or 3204037. OLE color: 3204037.
HSL color Cylindrical-coordinate representation of color #C5E330: hue angle of 70.06º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5E330 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 227 | 48 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.11 |
| HSL | 70.06º | 0.76% | 0.54% | - |
| HSV(B) | 70.06º | 0.79% | 0.89% | - |
| XYZ | 51.03 | 67.02 | 13.04 | - |
| YUV | 197.62 | 43.56 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 227 | 48 | 0.13 | 0 | 0.79 | 0.11 | 70.06 | 0.76 | 0.54 |
| Hex | C5 | E3 | 30 | D | 0 | 4F | B | 46 | 4C | 36 |
| Octal | 305 | 343 | 60 | 15 | 0 | 117 | 13 | 106 | 114 | 66 |
| Binary | 11000101 | 11100011 | 110000 | 1101 | 0 | 1001111 | 1011 | 1000110 | 1001100 | 110110 |
Color Harmonies of #C5E330
Complementary color
Monochromatic Colors of #C5E330
Black with #C5E330
Text Example
Text Example
White with #C5E330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E330; }
p { color: rgb(197,227,48); }
H1.HeaderClassName
{
color: #C5E330;
}
.AnyTagClassName
{
color: #C5E330;
}
</style>
background-color css
<style>
a { background-color: #C5E330; }
a { background-color: rgb(197,227,48); }
div.DivClassName
{
background-color: #C5E330;
}
.BgClassName
{
background-color: #C5E330;
}
</style>
border-color css
<style>
span { border-color: #C5E330; }
span { border-color: rgb(197,227,48); }
td.TdClassName
{
border-color: #C5E330;
}
.TagClassName
{
border-color: #C5E330;
}
</style>