Shades of Las Palmas #C0EB42
Tints of Las Palmas #C0EB42
RGB
CMYK
RGB Variations
Color information
#C0EB42 (or 0xC0EB42) is known color: Las Palmas. HEX triplet: C0, EB and 42. RGB value is (192,235,66). Sum of RGB (Red+Green+Blue) = 192+235+66=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 66 (26.17% from 255 or 13.39% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EB42 is #3F14BD. Grayscale: #CBCBCB. Windows color (decimal): -4134078 or 4385728. OLE color: 4385728.
HSL color Cylindrical-coordinate representation of color #C0EB42: hue angle of 75.27º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0EB42 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 66 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.08 |
| HSL | 75.27º | 0.81% | 0.59% | - |
| HSV(B) | 75.27º | 0.72% | 0.92% | - |
| XYZ | 52.43 | 71.02 | 16.1 | - |
| YUV | 202.88 | 50.75 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 66 | 0.18 | 0 | 0.72 | 0.08 | 75.27 | 0.81 | 0.59 |
| Hex | C0 | EB | 42 | 12 | 0 | 48 | 8 | 4B | 51 | 3B |
| Octal | 300 | 353 | 102 | 22 | 0 | 110 | 10 | 113 | 121 | 73 |
| Binary | 11000000 | 11101011 | 1000010 | 10010 | 0 | 1001000 | 1000 | 1001011 | 1010001 | 111011 |
Color Harmonies of #C0EB42
Complementary color
Monochromatic Colors of #C0EB42
Black with #C0EB42
Text Example
Text Example
White with #C0EB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EB42; }
p { color: rgb(192,235,66); }
H1.HeaderClassName
{
color: #C0EB42;
}
.AnyTagClassName
{
color: #C0EB42;
}
</style>
background-color css
<style>
a { background-color: #C0EB42; }
a { background-color: rgb(192,235,66); }
div.DivClassName
{
background-color: #C0EB42;
}
.BgClassName
{
background-color: #C0EB42;
}
</style>
border-color css
<style>
span { border-color: #C0EB42; }
span { border-color: rgb(192,235,66); }
td.TdClassName
{
border-color: #C0EB42;
}
.TagClassName
{
border-color: #C0EB42;
}
</style>