Shades of Las Palmas #C0E332
Tints of Las Palmas #C0E332
RGB
CMYK
RGB Variations
Color information
#C0E332 (or 0xC0E332) is known color: Las Palmas. HEX triplet: C0, E3 and 32. RGB value is (192,227,50). Sum of RGB (Red+Green+Blue) = 192+227+50=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 50 (19.92% from 255 or 10.66% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E332 is #3F1CCD. Grayscale: #C5C5C5. Windows color (decimal): -4136142 or 3335104. OLE color: 3335104.
HSL color Cylindrical-coordinate representation of color #C0E332: hue angle of 71.86º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0E332 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 227 | 50 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.11 |
| HSL | 71.86º | 0.76% | 0.54% | - |
| HSV(B) | 71.86º | 0.78% | 0.89% | - |
| XYZ | 49.78 | 66.37 | 13.21 | - |
| YUV | 196.36 | 45.4 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 227 | 50 | 0.15 | 0 | 0.78 | 0.11 | 71.86 | 0.76 | 0.54 |
| Hex | C0 | E3 | 32 | F | 0 | 4E | B | 48 | 4C | 36 |
| Octal | 300 | 343 | 62 | 17 | 0 | 116 | 13 | 110 | 114 | 66 |
| Binary | 11000000 | 11100011 | 110010 | 1111 | 0 | 1001110 | 1011 | 1001000 | 1001100 | 110110 |
Color Harmonies of #C0E332
Complementary color
Monochromatic Colors of #C0E332
Black with #C0E332
Text Example
Text Example
White with #C0E332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E332; }
p { color: rgb(192,227,50); }
H1.HeaderClassName
{
color: #C0E332;
}
.AnyTagClassName
{
color: #C0E332;
}
</style>
background-color css
<style>
a { background-color: #C0E332; }
a { background-color: rgb(192,227,50); }
div.DivClassName
{
background-color: #C0E332;
}
.BgClassName
{
background-color: #C0E332;
}
</style>
border-color css
<style>
span { border-color: #C0E332; }
span { border-color: rgb(192,227,50); }
td.TdClassName
{
border-color: #C0E332;
}
.TagClassName
{
border-color: #C0E332;
}
</style>