Shades of Las Palmas #C6E940
Tints of Las Palmas #C6E940
RGB
CMYK
RGB Variations
Color information
#C6E940 (or 0xC6E940) is known color: Las Palmas. HEX triplet: C6, E9 and 40. RGB value is (198,233,64). Sum of RGB (Red+Green+Blue) = 198+233+64=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #C6E940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6E940 is #3916BF. Grayscale: #CBCBCB. Windows color (decimal): -3741376 or 4254150. OLE color: 4254150.
HSL color Cylindrical-coordinate representation of color #C6E940: hue angle of 72.43º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6E940 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 233 | 64 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.09 |
| HSL | 72.43º | 0.79% | 0.58% | - |
| HSV(B) | 72.43º | 0.73% | 0.91% | - |
| XYZ | 53.35 | 70.65 | 15.68 | - |
| YUV | 203.27 | 49.4 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 233 | 64 | 0.15 | 0 | 0.73 | 0.09 | 72.43 | 0.79 | 0.58 |
| Hex | C6 | E9 | 40 | F | 0 | 49 | 9 | 48 | 4F | 3A |
| Octal | 306 | 351 | 100 | 17 | 0 | 111 | 11 | 110 | 117 | 72 |
| Binary | 11000110 | 11101001 | 1000000 | 1111 | 0 | 1001001 | 1001 | 1001000 | 1001111 | 111010 |
Color Harmonies of #C6E940
Complementary color
Monochromatic Colors of #C6E940
Black with #C6E940
Text Example
Text Example
White with #C6E940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E940; }
p { color: rgb(198,233,64); }
H1.HeaderClassName
{
color: #C6E940;
}
.AnyTagClassName
{
color: #C6E940;
}
</style>
background-color css
<style>
a { background-color: #C6E940; }
a { background-color: rgb(198,233,64); }
div.DivClassName
{
background-color: #C6E940;
}
.BgClassName
{
background-color: #C6E940;
}
</style>
border-color css
<style>
span { border-color: #C6E940; }
span { border-color: rgb(198,233,64); }
td.TdClassName
{
border-color: #C6E940;
}
.TagClassName
{
border-color: #C6E940;
}
</style>