Shades of Las Palmas #C6E742
Tints of Las Palmas #C6E742
RGB
CMYK
RGB Variations
Color information
#C6E742 (or 0xC6E742) is known color: Las Palmas. HEX triplet: C6, E7 and 42. RGB value is (198,231,66). Sum of RGB (Red+Green+Blue) = 198+231+66=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 231 (90.62% from 255 or 46.67% from 495); Blue value is 66 (26.17% from 255 or 13.33% from 495); Max value from RGB is 231 - color contains mainly: green. Hex color #C6E742 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6E742 is #3918BD. Grayscale: #CACACA. Windows color (decimal): -3741886 or 4384710. OLE color: 4384710.
HSL color Cylindrical-coordinate representation of color #C6E742: hue angle of 72º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6E742 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 231 | 66 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.09 |
| HSL | 72º | 0.77% | 0.58% | - |
| HSV(B) | 72º | 0.71% | 0.91% | - |
| XYZ | 52.85 | 69.55 | 15.79 | - |
| YUV | 202.32 | 51.07 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 231 | 66 | 0.14 | 0 | 0.71 | 0.09 | 72 | 0.77 | 0.58 |
| Hex | C6 | E7 | 42 | E | 0 | 47 | 9 | 48 | 4D | 3A |
| Octal | 306 | 347 | 102 | 16 | 0 | 107 | 11 | 110 | 115 | 72 |
| Binary | 11000110 | 11100111 | 1000010 | 1110 | 0 | 1000111 | 1001 | 1001000 | 1001101 | 111010 |
Color Harmonies of #C6E742
Complementary color
Monochromatic Colors of #C6E742
Black with #C6E742
Text Example
Text Example
White with #C6E742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E742; }
p { color: rgb(198,231,66); }
H1.HeaderClassName
{
color: #C6E742;
}
.AnyTagClassName
{
color: #C6E742;
}
</style>
background-color css
<style>
a { background-color: #C6E742; }
a { background-color: rgb(198,231,66); }
div.DivClassName
{
background-color: #C6E742;
}
.BgClassName
{
background-color: #C6E742;
}
</style>
border-color css
<style>
span { border-color: #C6E742; }
span { border-color: rgb(198,231,66); }
td.TdClassName
{
border-color: #C6E742;
}
.TagClassName
{
border-color: #C6E742;
}
</style>