Shades of Las Palmas #C6E141
Tints of Las Palmas #C6E141
RGB
CMYK
RGB Variations
Color information
#C6E141 (or 0xC6E141) is known color: Las Palmas. HEX triplet: C6, E1 and 41. RGB value is (198,225,65). Sum of RGB (Red+Green+Blue) = 198+225+65=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 65 (25.78% from 255 or 13.32% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E141 is #391EBE. Grayscale: #C7C7C7. Windows color (decimal): -3743423 or 4317638. OLE color: 4317638.
HSL color Cylindrical-coordinate representation of color #C6E141: hue angle of 70.12º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6E141 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 225 | 65 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.12 |
| HSL | 70.13º | 0.73% | 0.57% | - |
| HSV(B) | 70.13º | 0.71% | 0.88% | - |
| XYZ | 51.17 | 66.24 | 15.09 | - |
| YUV | 198.69 | 52.55 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 225 | 65 | 0.12 | 0 | 0.71 | 0.12 | 70.13 | 0.73 | 0.57 |
| Hex | C6 | E1 | 41 | C | 0 | 47 | C | 46 | 49 | 39 |
| Octal | 306 | 341 | 101 | 14 | 0 | 107 | 14 | 106 | 111 | 71 |
| Binary | 11000110 | 11100001 | 1000001 | 1100 | 0 | 1000111 | 1100 | 1000110 | 1001001 | 111001 |
Color Harmonies of #C6E141
Complementary color
Monochromatic Colors of #C6E141
Black with #C6E141
Text Example
Text Example
White with #C6E141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E141; }
p { color: rgb(198,225,65); }
H1.HeaderClassName
{
color: #C6E141;
}
.AnyTagClassName
{
color: #C6E141;
}
</style>
background-color css
<style>
a { background-color: #C6E141; }
a { background-color: rgb(198,225,65); }
div.DivClassName
{
background-color: #C6E141;
}
.BgClassName
{
background-color: #C6E141;
}
</style>
border-color css
<style>
span { border-color: #C6E141; }
span { border-color: rgb(198,225,65); }
td.TdClassName
{
border-color: #C6E141;
}
.TagClassName
{
border-color: #C6E141;
}
</style>