Shades of Las Palmas #C0E140
Tints of Las Palmas #C0E140
RGB
CMYK
RGB Variations
Color information
#C0E140 (or 0xC0E140) is known color: Las Palmas. HEX triplet: C0, E1 and 40. RGB value is (192,225,64). Sum of RGB (Red+Green+Blue) = 192+225+64=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E140 is #3F1EBF. Grayscale: #C5C5C5. Windows color (decimal): -4136640 or 4252096. OLE color: 4252096.
HSL color Cylindrical-coordinate representation of color #C0E140: hue angle of 72.3º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0E140 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 64 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.12 |
| HSL | 72.3º | 0.73% | 0.57% | - |
| HSV(B) | 72.3º | 0.72% | 0.88% | - |
| XYZ | 49.59 | 65.43 | 14.87 | - |
| YUV | 196.78 | 53.07 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 64 | 0.15 | 0 | 0.72 | 0.12 | 72.3 | 0.73 | 0.57 |
| Hex | C0 | E1 | 40 | F | 0 | 48 | C | 48 | 49 | 39 |
| Octal | 300 | 341 | 100 | 17 | 0 | 110 | 14 | 110 | 111 | 71 |
| Binary | 11000000 | 11100001 | 1000000 | 1111 | 0 | 1001000 | 1100 | 1001000 | 1001001 | 111001 |
Color Harmonies of #C0E140
Complementary color
Monochromatic Colors of #C0E140
Black with #C0E140
Text Example
Text Example
White with #C0E140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E140; }
p { color: rgb(192,225,64); }
H1.HeaderClassName
{
color: #C0E140;
}
.AnyTagClassName
{
color: #C0E140;
}
</style>
background-color css
<style>
a { background-color: #C0E140; }
a { background-color: rgb(192,225,64); }
div.DivClassName
{
background-color: #C0E140;
}
.BgClassName
{
background-color: #C0E140;
}
</style>
border-color css
<style>
span { border-color: #C0E140; }
span { border-color: rgb(192,225,64); }
td.TdClassName
{
border-color: #C0E140;
}
.TagClassName
{
border-color: #C0E140;
}
</style>