Shades of Las Palmas #C4E531
Tints of Las Palmas #C4E531
RGB
CMYK
RGB Variations
Color information
#C4E531 (or 0xC4E531) is known color: Las Palmas. HEX triplet: C4, E5 and 31. RGB value is (196,229,49). Sum of RGB (Red+Green+Blue) = 196+229+49=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 49 (19.53% from 255 or 10.34% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #C4E531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E531 is #3B1ACE. Grayscale: #C7C7C7. Windows color (decimal): -3873487 or 3270084. OLE color: 3270084.
HSL color Cylindrical-coordinate representation of color #C4E531: hue angle of 71º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4E531 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 229 | 49 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.10 |
| HSL | 71º | 0.78% | 0.55% | - |
| HSV(B) | 71º | 0.79% | 0.9% | - |
| XYZ | 51.34 | 68 | 13.32 | - |
| YUV | 198.61 | 43.57 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 229 | 49 | 0.14 | 0 | 0.79 | 0.10 | 71 | 0.78 | 0.55 |
| Hex | C4 | E5 | 31 | E | 0 | 4F | A | 47 | 4E | 37 |
| Octal | 304 | 345 | 61 | 16 | 0 | 117 | 12 | 107 | 116 | 67 |
| Binary | 11000100 | 11100101 | 110001 | 1110 | 0 | 1001111 | 1010 | 1000111 | 1001110 | 110111 |
Color Harmonies of #C4E531
Complementary color
Monochromatic Colors of #C4E531
Black with #C4E531
Text Example
Text Example
White with #C4E531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E531; }
p { color: rgb(196,229,49); }
H1.HeaderClassName
{
color: #C4E531;
}
.AnyTagClassName
{
color: #C4E531;
}
</style>
background-color css
<style>
a { background-color: #C4E531; }
a { background-color: rgb(196,229,49); }
div.DivClassName
{
background-color: #C4E531;
}
.BgClassName
{
background-color: #C4E531;
}
</style>
border-color css
<style>
span { border-color: #C4E531; }
span { border-color: rgb(196,229,49); }
td.TdClassName
{
border-color: #C4E531;
}
.TagClassName
{
border-color: #C4E531;
}
</style>