Shades of Las Palmas #C6EC42
Tints of Las Palmas #C6EC42
RGB
CMYK
RGB Variations
Color information
#C6EC42 (or 0xC6EC42) is known color: Las Palmas. HEX triplet: C6, EC and 42. RGB value is (198,236,66). Sum of RGB (Red+Green+Blue) = 198+236+66=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 66 (26.17% from 255 or 13.2% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #C6EC42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6EC42 is #3913BD. Grayscale: #CDCDCD. Windows color (decimal): -3740606 or 4385990. OLE color: 4385990.
HSL color Cylindrical-coordinate representation of color #C6EC42: hue angle of 73.41º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6EC42 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 236 | 66 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.07 |
| HSL | 73.41º | 0.82% | 0.59% | - |
| HSV(B) | 73.41º | 0.72% | 0.93% | - |
| XYZ | 54.27 | 72.39 | 16.27 | - |
| YUV | 205.26 | 49.41 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 236 | 66 | 0.16 | 0 | 0.72 | 0.07 | 73.41 | 0.82 | 0.59 |
| Hex | C6 | EC | 42 | 10 | 0 | 48 | 7 | 49 | 52 | 3B |
| Octal | 306 | 354 | 102 | 20 | 0 | 110 | 7 | 111 | 122 | 73 |
| Binary | 11000110 | 11101100 | 1000010 | 10000 | 0 | 1001000 | 111 | 1001001 | 1010010 | 111011 |
Color Harmonies of #C6EC42
Complementary color
Monochromatic Colors of #C6EC42
Black with #C6EC42
Text Example
Text Example
White with #C6EC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EC42; }
p { color: rgb(198,236,66); }
H1.HeaderClassName
{
color: #C6EC42;
}
.AnyTagClassName
{
color: #C6EC42;
}
</style>
background-color css
<style>
a { background-color: #C6EC42; }
a { background-color: rgb(198,236,66); }
div.DivClassName
{
background-color: #C6EC42;
}
.BgClassName
{
background-color: #C6EC42;
}
</style>
border-color css
<style>
span { border-color: #C6EC42; }
span { border-color: rgb(198,236,66); }
td.TdClassName
{
border-color: #C6EC42;
}
.TagClassName
{
border-color: #C6EC42;
}
</style>