Shades of Las Palmas #C0E53D
Tints of Las Palmas #C0E53D
RGB
CMYK
RGB Variations
Color information
#C0E53D (or 0xC0E53D) is known color: Las Palmas. HEX triplet: C0, E5 and 3D. RGB value is (192,229,61). Sum of RGB (Red+Green+Blue) = 192+229+61=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 61 (24.22% from 255 or 12.66% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E53D is #3F1AC2. Grayscale: #C7C7C7. Windows color (decimal): -4135619 or 4056512. OLE color: 4056512.
HSL color Cylindrical-coordinate representation of color #C0E53D: hue angle of 73.21º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0E53D is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 61 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.10 |
| HSL | 73.21º | 0.76% | 0.57% | - |
| HSV(B) | 73.21º | 0.73% | 0.9% | - |
| XYZ | 50.6 | 67.58 | 14.79 | - |
| YUV | 198.79 | 50.24 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 61 | 0.16 | 0 | 0.73 | 0.10 | 73.21 | 0.76 | 0.57 |
| Hex | C0 | E5 | 3D | 10 | 0 | 49 | A | 49 | 4C | 39 |
| Octal | 300 | 345 | 75 | 20 | 0 | 111 | 12 | 111 | 114 | 71 |
| Binary | 11000000 | 11100101 | 111101 | 10000 | 0 | 1001001 | 1010 | 1001001 | 1001100 | 111001 |
Color Harmonies of #C0E53D
Complementary color
Monochromatic Colors of #C0E53D
Black with #C0E53D
Text Example
Text Example
White with #C0E53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E53D; }
p { color: rgb(192,229,61); }
H1.HeaderClassName
{
color: #C0E53D;
}
.AnyTagClassName
{
color: #C0E53D;
}
</style>
background-color css
<style>
a { background-color: #C0E53D; }
a { background-color: rgb(192,229,61); }
div.DivClassName
{
background-color: #C0E53D;
}
.BgClassName
{
background-color: #C0E53D;
}
</style>
border-color css
<style>
span { border-color: #C0E53D; }
span { border-color: rgb(192,229,61); }
td.TdClassName
{
border-color: #C0E53D;
}
.TagClassName
{
border-color: #C0E53D;
}
</style>