Shades of Las Palmas #C5E734
Tints of Las Palmas #C5E734
RGB
CMYK
RGB Variations
Color information
#C5E734 (or 0xC5E734) is known color: Las Palmas. HEX triplet: C5, E7 and 34. RGB value is (197,231,52). Sum of RGB (Red+Green+Blue) = 197+231+52=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 231 (90.62% from 255 or 48.12% from 480); Blue value is 52 (20.70% from 255 or 10.83% from 480); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E734 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5E734 is #3A18CB. Grayscale: #C9C9C9. Windows color (decimal): -3807436 or 3467205. OLE color: 3467205.
HSL color Cylindrical-coordinate representation of color #C5E734: hue angle of 71.4º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5E734 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 231 | 52 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.09 |
| HSL | 71.4º | 0.79% | 0.55% | - |
| HSV(B) | 71.4º | 0.77% | 0.91% | - |
| XYZ | 52.22 | 69.27 | 13.87 | - |
| YUV | 200.43 | 44.24 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 231 | 52 | 0.15 | 0 | 0.77 | 0.09 | 71.4 | 0.79 | 0.55 |
| Hex | C5 | E7 | 34 | F | 0 | 4D | 9 | 47 | 4F | 37 |
| Octal | 305 | 347 | 64 | 17 | 0 | 115 | 11 | 107 | 117 | 67 |
| Binary | 11000101 | 11100111 | 110100 | 1111 | 0 | 1001101 | 1001 | 1000111 | 1001111 | 110111 |
Color Harmonies of #C5E734
Complementary color
Monochromatic Colors of #C5E734
Black with #C5E734
Text Example
Text Example
White with #C5E734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E734; }
p { color: rgb(197,231,52); }
H1.HeaderClassName
{
color: #C5E734;
}
.AnyTagClassName
{
color: #C5E734;
}
</style>
background-color css
<style>
a { background-color: #C5E734; }
a { background-color: rgb(197,231,52); }
div.DivClassName
{
background-color: #C5E734;
}
.BgClassName
{
background-color: #C5E734;
}
</style>
border-color css
<style>
span { border-color: #C5E734; }
span { border-color: rgb(197,231,52); }
td.TdClassName
{
border-color: #C5E734;
}
.TagClassName
{
border-color: #C5E734;
}
</style>