Shades of Las Palmas #C6E544
Tints of Las Palmas #C6E544
RGB
CMYK
RGB Variations
Color information
#C6E544 (or 0xC6E544) is known color: Las Palmas. HEX triplet: C6, E5 and 44. RGB value is (198,229,68). Sum of RGB (Red+Green+Blue) = 198+229+68=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 68 (26.95% from 255 or 13.74% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E544 is #391ABB. Grayscale: #C9C9C9. Windows color (decimal): -3742396 or 4515270. OLE color: 4515270.
HSL color Cylindrical-coordinate representation of color #C6E544: hue angle of 71.55º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6E544 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 229 | 68 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.10 |
| HSL | 71.55º | 0.76% | 0.58% | - |
| HSV(B) | 71.55º | 0.7% | 0.9% | - |
| XYZ | 52.35 | 68.46 | 15.92 | - |
| YUV | 201.38 | 52.73 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 229 | 68 | 0.14 | 0 | 0.70 | 0.10 | 71.55 | 0.76 | 0.58 |
| Hex | C6 | E5 | 44 | E | 0 | 46 | A | 48 | 4C | 3A |
| Octal | 306 | 345 | 104 | 16 | 0 | 106 | 12 | 110 | 114 | 72 |
| Binary | 11000110 | 11100101 | 1000100 | 1110 | 0 | 1000110 | 1010 | 1001000 | 1001100 | 111010 |
Color Harmonies of #C6E544
Complementary color
Monochromatic Colors of #C6E544
Black with #C6E544
Text Example
Text Example
White with #C6E544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E544; }
p { color: rgb(198,229,68); }
H1.HeaderClassName
{
color: #C6E544;
}
.AnyTagClassName
{
color: #C6E544;
}
</style>
background-color css
<style>
a { background-color: #C6E544; }
a { background-color: rgb(198,229,68); }
div.DivClassName
{
background-color: #C6E544;
}
.BgClassName
{
background-color: #C6E544;
}
</style>
border-color css
<style>
span { border-color: #C6E544; }
span { border-color: rgb(198,229,68); }
td.TdClassName
{
border-color: #C6E544;
}
.TagClassName
{
border-color: #C6E544;
}
</style>