Shades of Las Palmas #C6E143
Tints of Las Palmas #C6E143
RGB
CMYK
RGB Variations
Color information
#C6E143 (or 0xC6E143) is known color: Las Palmas. HEX triplet: C6, E1 and 43. RGB value is (198,225,67). Sum of RGB (Red+Green+Blue) = 198+225+67=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 67 (26.56% from 255 or 13.67% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E143 is #391EBC. Grayscale: #C7C7C7. Windows color (decimal): -3743421 or 4448710. OLE color: 4448710.
HSL color Cylindrical-coordinate representation of color #C6E143: hue angle of 70.25º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6E143 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 225 | 67 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.12 |
| HSL | 70.25º | 0.72% | 0.57% | - |
| HSV(B) | 70.25º | 0.7% | 0.88% | - |
| XYZ | 51.23 | 66.26 | 15.4 | - |
| YUV | 198.92 | 53.55 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 225 | 67 | 0.12 | 0 | 0.70 | 0.12 | 70.25 | 0.72 | 0.57 |
| Hex | C6 | E1 | 43 | C | 0 | 46 | C | 46 | 48 | 39 |
| Octal | 306 | 341 | 103 | 14 | 0 | 106 | 14 | 106 | 110 | 71 |
| Binary | 11000110 | 11100001 | 1000011 | 1100 | 0 | 1000110 | 1100 | 1000110 | 1001000 | 111001 |
Color Harmonies of #C6E143
Complementary color
Monochromatic Colors of #C6E143
Black with #C6E143
Text Example
Text Example
White with #C6E143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E143; }
p { color: rgb(198,225,67); }
H1.HeaderClassName
{
color: #C6E143;
}
.AnyTagClassName
{
color: #C6E143;
}
</style>
background-color css
<style>
a { background-color: #C6E143; }
a { background-color: rgb(198,225,67); }
div.DivClassName
{
background-color: #C6E143;
}
.BgClassName
{
background-color: #C6E143;
}
</style>
border-color css
<style>
span { border-color: #C6E143; }
span { border-color: rgb(198,225,67); }
td.TdClassName
{
border-color: #C6E143;
}
.TagClassName
{
border-color: #C6E143;
}
</style>