Shades of Las Palmas #C6E540
Tints of Las Palmas #C6E540
RGB
CMYK
RGB Variations
Color information
#C6E540 (or 0xC6E540) is known color: Las Palmas. HEX triplet: C6, E5 and 40. RGB value is (198,229,64). Sum of RGB (Red+Green+Blue) = 198+229+64=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E540 is #391ABF. Grayscale: #C9C9C9. Windows color (decimal): -3742400 or 4253126. OLE color: 4253126.
HSL color Cylindrical-coordinate representation of color #C6E540: hue angle of 71.27º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6E540 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 229 | 64 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.10 |
| HSL | 71.27º | 0.76% | 0.57% | - |
| HSV(B) | 71.27º | 0.72% | 0.9% | - |
| XYZ | 52.23 | 68.41 | 15.3 | - |
| YUV | 200.92 | 50.73 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 229 | 64 | 0.14 | 0 | 0.72 | 0.10 | 71.27 | 0.76 | 0.57 |
| Hex | C6 | E5 | 40 | E | 0 | 48 | A | 47 | 4C | 39 |
| Octal | 306 | 345 | 100 | 16 | 0 | 110 | 12 | 107 | 114 | 71 |
| Binary | 11000110 | 11100101 | 1000000 | 1110 | 0 | 1001000 | 1010 | 1000111 | 1001100 | 111001 |
Color Harmonies of #C6E540
Complementary color
Monochromatic Colors of #C6E540
Black with #C6E540
Text Example
Text Example
White with #C6E540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E540; }
p { color: rgb(198,229,64); }
H1.HeaderClassName
{
color: #C6E540;
}
.AnyTagClassName
{
color: #C6E540;
}
</style>
background-color css
<style>
a { background-color: #C6E540; }
a { background-color: rgb(198,229,64); }
div.DivClassName
{
background-color: #C6E540;
}
.BgClassName
{
background-color: #C6E540;
}
</style>
border-color css
<style>
span { border-color: #C6E540; }
span { border-color: rgb(198,229,64); }
td.TdClassName
{
border-color: #C6E540;
}
.TagClassName
{
border-color: #C6E540;
}
</style>