Shades of Las Palmas #C6E245
Tints of Las Palmas #C6E245
RGB
CMYK
RGB Variations
Color information
#C6E245 (or 0xC6E245) is known color: Las Palmas. HEX triplet: C6, E2 and 45. RGB value is (198,226,69). Sum of RGB (Red+Green+Blue) = 198+226+69=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 69 (27.34% from 255 or 14.00% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #C6E245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E245 is #391DBA. Grayscale: #C8C8C8. Windows color (decimal): -3743163 or 4580038. OLE color: 4580038.
HSL color Cylindrical-coordinate representation of color #C6E245: hue angle of 70.7º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6E245 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 226 | 69 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.11 |
| HSL | 70.7º | 0.73% | 0.58% | - |
| HSV(B) | 70.7º | 0.69% | 0.89% | - |
| XYZ | 51.56 | 66.83 | 15.81 | - |
| YUV | 199.73 | 54.22 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 226 | 69 | 0.12 | 0 | 0.69 | 0.11 | 70.7 | 0.73 | 0.58 |
| Hex | C6 | E2 | 45 | C | 0 | 45 | B | 47 | 49 | 3A |
| Octal | 306 | 342 | 105 | 14 | 0 | 105 | 13 | 107 | 111 | 72 |
| Binary | 11000110 | 11100010 | 1000101 | 1100 | 0 | 1000101 | 1011 | 1000111 | 1001001 | 111010 |
Color Harmonies of #C6E245
Complementary color
Monochromatic Colors of #C6E245
Black with #C6E245
Text Example
Text Example
White with #C6E245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E245; }
p { color: rgb(198,226,69); }
H1.HeaderClassName
{
color: #C6E245;
}
.AnyTagClassName
{
color: #C6E245;
}
</style>
background-color css
<style>
a { background-color: #C6E245; }
a { background-color: rgb(198,226,69); }
div.DivClassName
{
background-color: #C6E245;
}
.BgClassName
{
background-color: #C6E245;
}
</style>
border-color css
<style>
span { border-color: #C6E245; }
span { border-color: rgb(198,226,69); }
td.TdClassName
{
border-color: #C6E245;
}
.TagClassName
{
border-color: #C6E245;
}
</style>