Shades of Las Palmas #C5E435
Tints of Las Palmas #C5E435
RGB
CMYK
RGB Variations
Color information
#C5E435 (or 0xC5E435) is known color: Las Palmas. HEX triplet: C5, E4 and 35. RGB value is (197,228,53). Sum of RGB (Red+Green+Blue) = 197+228+53=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 53 (21.09% from 255 or 11.09% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #C5E435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E435 is #3A1BCA. Grayscale: #C7C7C7. Windows color (decimal): -3808203 or 3531973. OLE color: 3531973.
HSL color Cylindrical-coordinate representation of color #C5E435: hue angle of 70.63º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5E435 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 228 | 53 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.11 |
| HSL | 70.63º | 0.76% | 0.55% | - |
| HSV(B) | 70.63º | 0.77% | 0.89% | - |
| XYZ | 51.41 | 67.61 | 13.71 | - |
| YUV | 198.78 | 45.73 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 228 | 53 | 0.14 | 0 | 0.77 | 0.11 | 70.63 | 0.76 | 0.55 |
| Hex | C5 | E4 | 35 | E | 0 | 4D | B | 47 | 4C | 37 |
| Octal | 305 | 344 | 65 | 16 | 0 | 115 | 13 | 107 | 114 | 67 |
| Binary | 11000101 | 11100100 | 110101 | 1110 | 0 | 1001101 | 1011 | 1000111 | 1001100 | 110111 |
Color Harmonies of #C5E435
Complementary color
Monochromatic Colors of #C5E435
Black with #C5E435
Text Example
Text Example
White with #C5E435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E435; }
p { color: rgb(197,228,53); }
H1.HeaderClassName
{
color: #C5E435;
}
.AnyTagClassName
{
color: #C5E435;
}
</style>
background-color css
<style>
a { background-color: #C5E435; }
a { background-color: rgb(197,228,53); }
div.DivClassName
{
background-color: #C5E435;
}
.BgClassName
{
background-color: #C5E435;
}
</style>
border-color css
<style>
span { border-color: #C5E435; }
span { border-color: rgb(197,228,53); }
td.TdClassName
{
border-color: #C5E435;
}
.TagClassName
{
border-color: #C5E435;
}
</style>