Shades of Las Palmas #C0E541
Tints of Las Palmas #C0E541
RGB
CMYK
RGB Variations
Color information
#C0E541 (or 0xC0E541) is known color: Las Palmas. HEX triplet: C0, E5 and 41. RGB value is (192,229,65). Sum of RGB (Red+Green+Blue) = 192+229+65=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 65 (25.78% from 255 or 13.37% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E541 is #3F1ABE. Grayscale: #C7C7C7. Windows color (decimal): -4135615 or 4318656. OLE color: 4318656.
HSL color Cylindrical-coordinate representation of color #C0E541: hue angle of 73.54º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0E541 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 65 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.10 |
| HSL | 73.54º | 0.76% | 0.58% | - |
| HSV(B) | 73.54º | 0.72% | 0.9% | - |
| XYZ | 50.71 | 67.63 | 15.38 | - |
| YUV | 199.24 | 52.24 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 65 | 0.16 | 0 | 0.72 | 0.10 | 73.54 | 0.76 | 0.58 |
| Hex | C0 | E5 | 41 | 10 | 0 | 48 | A | 4A | 4C | 3A |
| Octal | 300 | 345 | 101 | 20 | 0 | 110 | 12 | 112 | 114 | 72 |
| Binary | 11000000 | 11100101 | 1000001 | 10000 | 0 | 1001000 | 1010 | 1001010 | 1001100 | 111010 |
Color Harmonies of #C0E541
Complementary color
Monochromatic Colors of #C0E541
Black with #C0E541
Text Example
Text Example
White with #C0E541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E541; }
p { color: rgb(192,229,65); }
H1.HeaderClassName
{
color: #C0E541;
}
.AnyTagClassName
{
color: #C0E541;
}
</style>
background-color css
<style>
a { background-color: #C0E541; }
a { background-color: rgb(192,229,65); }
div.DivClassName
{
background-color: #C0E541;
}
.BgClassName
{
background-color: #C0E541;
}
</style>
border-color css
<style>
span { border-color: #C0E541; }
span { border-color: rgb(192,229,65); }
td.TdClassName
{
border-color: #C0E541;
}
.TagClassName
{
border-color: #C0E541;
}
</style>