Shades of Las Palmas #C6E148
Tints of Las Palmas #C6E148
RGB
CMYK
RGB Variations
Color information
#C6E148 (or 0xC6E148) is known color: Las Palmas. HEX triplet: C6, E1 and 48. RGB value is (198,225,72). Sum of RGB (Red+Green+Blue) = 198+225+72=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 72 (28.52% from 255 or 14.55% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E148 is #391EB7. Grayscale: #C8C8C8. Windows color (decimal): -3743416 or 4776390. OLE color: 4776390.
HSL color Cylindrical-coordinate representation of color #C6E148: hue angle of 70.59º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6E148 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 225 | 72 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.12 |
| HSL | 70.59º | 0.72% | 0.58% | - |
| HSV(B) | 70.59º | 0.68% | 0.88% | - |
| XYZ | 51.38 | 66.32 | 16.22 | - |
| YUV | 199.49 | 56.05 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 225 | 72 | 0.12 | 0 | 0.68 | 0.12 | 70.59 | 0.72 | 0.58 |
| Hex | C6 | E1 | 48 | C | 0 | 44 | C | 47 | 48 | 3A |
| Octal | 306 | 341 | 110 | 14 | 0 | 104 | 14 | 107 | 110 | 72 |
| Binary | 11000110 | 11100001 | 1001000 | 1100 | 0 | 1000100 | 1100 | 1000111 | 1001000 | 111010 |
Color Harmonies of #C6E148
Complementary color
Monochromatic Colors of #C6E148
Black with #C6E148
Text Example
Text Example
White with #C6E148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E148; }
p { color: rgb(198,225,72); }
H1.HeaderClassName
{
color: #C6E148;
}
.AnyTagClassName
{
color: #C6E148;
}
</style>
background-color css
<style>
a { background-color: #C6E148; }
a { background-color: rgb(198,225,72); }
div.DivClassName
{
background-color: #C6E148;
}
.BgClassName
{
background-color: #C6E148;
}
</style>
border-color css
<style>
span { border-color: #C6E148; }
span { border-color: rgb(198,225,72); }
td.TdClassName
{
border-color: #C6E148;
}
.TagClassName
{
border-color: #C6E148;
}
</style>