Shades of Las Palmas #C5E731
Tints of Las Palmas #C5E731
RGB
CMYK
RGB Variations
Color information
#C5E731 (or 0xC5E731) is known color: Las Palmas. HEX triplet: C5, E7 and 31. RGB value is (197,231,49). Sum of RGB (Red+Green+Blue) = 197+231+49=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 231 (90.62% from 255 or 48.43% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E731 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5E731 is #3A18CE. Grayscale: #C8C8C8. Windows color (decimal): -3807439 or 3270597. OLE color: 3270597.
HSL color Cylindrical-coordinate representation of color #C5E731: hue angle of 71.21º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5E731 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 231 | 49 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.09 |
| HSL | 71.21º | 0.79% | 0.55% | - |
| HSV(B) | 71.21º | 0.79% | 0.91% | - |
| XYZ | 52.16 | 69.24 | 13.52 | - |
| YUV | 200.09 | 42.74 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 231 | 49 | 0.15 | 0 | 0.79 | 0.09 | 71.21 | 0.79 | 0.55 |
| Hex | C5 | E7 | 31 | F | 0 | 4F | 9 | 47 | 4F | 37 |
| Octal | 305 | 347 | 61 | 17 | 0 | 117 | 11 | 107 | 117 | 67 |
| Binary | 11000101 | 11100111 | 110001 | 1111 | 0 | 1001111 | 1001 | 1000111 | 1001111 | 110111 |
Color Harmonies of #C5E731
Complementary color
Monochromatic Colors of #C5E731
Black with #C5E731
Text Example
Text Example
White with #C5E731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E731; }
p { color: rgb(197,231,49); }
H1.HeaderClassName
{
color: #C5E731;
}
.AnyTagClassName
{
color: #C5E731;
}
</style>
background-color css
<style>
a { background-color: #C5E731; }
a { background-color: rgb(197,231,49); }
div.DivClassName
{
background-color: #C5E731;
}
.BgClassName
{
background-color: #C5E731;
}
</style>
border-color css
<style>
span { border-color: #C5E731; }
span { border-color: rgb(197,231,49); }
td.TdClassName
{
border-color: #C5E731;
}
.TagClassName
{
border-color: #C5E731;
}
</style>