Shades of Las Palmas #C5E735
Tints of Las Palmas #C5E735
RGB
CMYK
RGB Variations
Color information
#C5E735 (or 0xC5E735) is known color: Las Palmas. HEX triplet: C5, E7 and 35. RGB value is (197,231,53). Sum of RGB (Red+Green+Blue) = 197+231+53=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 53 (21.09% from 255 or 11.02% from 481); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E735 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5E735 is #3A18CA. Grayscale: #C9C9C9. Windows color (decimal): -3807435 or 3532741. OLE color: 3532741.
HSL color Cylindrical-coordinate representation of color #C5E735: hue angle of 71.46º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5E735 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 231 | 53 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.09 |
| HSL | 71.46º | 0.79% | 0.56% | - |
| HSV(B) | 71.46º | 0.77% | 0.91% | - |
| XYZ | 52.24 | 69.28 | 13.99 | - |
| YUV | 200.54 | 44.74 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 231 | 53 | 0.15 | 0 | 0.77 | 0.09 | 71.46 | 0.79 | 0.56 |
| Hex | C5 | E7 | 35 | F | 0 | 4D | 9 | 47 | 4F | 38 |
| Octal | 305 | 347 | 65 | 17 | 0 | 115 | 11 | 107 | 117 | 70 |
| Binary | 11000101 | 11100111 | 110101 | 1111 | 0 | 1001101 | 1001 | 1000111 | 1001111 | 111000 |
Color Harmonies of #C5E735
Complementary color
Monochromatic Colors of #C5E735
Black with #C5E735
Text Example
Text Example
White with #C5E735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E735; }
p { color: rgb(197,231,53); }
H1.HeaderClassName
{
color: #C5E735;
}
.AnyTagClassName
{
color: #C5E735;
}
</style>
background-color css
<style>
a { background-color: #C5E735; }
a { background-color: rgb(197,231,53); }
div.DivClassName
{
background-color: #C5E735;
}
.BgClassName
{
background-color: #C5E735;
}
</style>
border-color css
<style>
span { border-color: #C5E735; }
span { border-color: rgb(197,231,53); }
td.TdClassName
{
border-color: #C5E735;
}
.TagClassName
{
border-color: #C5E735;
}
</style>