Shades of Las Palmas #C5E938
Tints of Las Palmas #C5E938
RGB
CMYK
RGB Variations
Color information
#C5E938 (or 0xC5E938) is known color: Las Palmas. HEX triplet: C5, E9 and 38. RGB value is (197,233,56). Sum of RGB (Red+Green+Blue) = 197+233+56=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 56 (22.27% from 255 or 11.52% from 486); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E938 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5E938 is #3A16C7. Grayscale: #CACACA. Windows color (decimal): -3806920 or 3729861. OLE color: 3729861.
HSL color Cylindrical-coordinate representation of color #C5E938: hue angle of 72.2º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5E938 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 233 | 56 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.09 |
| HSL | 72.2º | 0.8% | 0.57% | - |
| HSV(B) | 72.2º | 0.76% | 0.91% | - |
| XYZ | 52.88 | 70.43 | 14.55 | - |
| YUV | 202.06 | 45.57 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 56 | 0.15 | 0 | 0.76 | 0.09 | 72.2 | 0.8 | 0.57 |
| Hex | C5 | E9 | 38 | F | 0 | 4C | 9 | 48 | 50 | 39 |
| Octal | 305 | 351 | 70 | 17 | 0 | 114 | 11 | 110 | 120 | 71 |
| Binary | 11000101 | 11101001 | 111000 | 1111 | 0 | 1001100 | 1001 | 1001000 | 1010000 | 111001 |
Color Harmonies of #C5E938
Complementary color
Monochromatic Colors of #C5E938
Black with #C5E938
Text Example
Text Example
White with #C5E938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E938; }
p { color: rgb(197,233,56); }
H1.HeaderClassName
{
color: #C5E938;
}
.AnyTagClassName
{
color: #C5E938;
}
</style>
background-color css
<style>
a { background-color: #C5E938; }
a { background-color: rgb(197,233,56); }
div.DivClassName
{
background-color: #C5E938;
}
.BgClassName
{
background-color: #C5E938;
}
</style>
border-color css
<style>
span { border-color: #C5E938; }
span { border-color: rgb(197,233,56); }
td.TdClassName
{
border-color: #C5E938;
}
.TagClassName
{
border-color: #C5E938;
}
</style>