Shades of Las Palmas #C0EA2B
Tints of Las Palmas #C0EA2B
RGB
CMYK
RGB Variations
Color information
#C0EA2B (or 0xC0EA2B) is known color: Las Palmas. HEX triplet: C0, EA and 2B. RGB value is (192,234,43). Sum of RGB (Red+Green+Blue) = 192+234+43=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 234 (91.80% from 255 or 49.89% from 469); Blue value is 43 (17.19% from 255 or 9.17% from 469); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EA2B is #3F15D4. Grayscale: #C8C8C8. Windows color (decimal): -4134357 or 2878144. OLE color: 2878144.
HSL color Cylindrical-coordinate representation of color #C0EA2B: hue angle of 73.19º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0EA2B is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 43 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.08 |
| HSL | 73.19º | 0.82% | 0.54% | - |
| HSV(B) | 73.19º | 0.82% | 0.92% | - |
| XYZ | 51.6 | 70.23 | 13.12 | - |
| YUV | 199.67 | 39.59 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 43 | 0.18 | 0 | 0.82 | 0.08 | 73.19 | 0.82 | 0.54 |
| Hex | C0 | EA | 2B | 12 | 0 | 52 | 8 | 49 | 52 | 36 |
| Octal | 300 | 352 | 53 | 22 | 0 | 122 | 10 | 111 | 122 | 66 |
| Binary | 11000000 | 11101010 | 101011 | 10010 | 0 | 1010010 | 1000 | 1001001 | 1010010 | 110110 |
Color Harmonies of #C0EA2B
Complementary color
Monochromatic Colors of #C0EA2B
Black with #C0EA2B
Text Example
Text Example
White with #C0EA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA2B; }
p { color: rgb(192,234,43); }
H1.HeaderClassName
{
color: #C0EA2B;
}
.AnyTagClassName
{
color: #C0EA2B;
}
</style>
background-color css
<style>
a { background-color: #C0EA2B; }
a { background-color: rgb(192,234,43); }
div.DivClassName
{
background-color: #C0EA2B;
}
.BgClassName
{
background-color: #C0EA2B;
}
</style>
border-color css
<style>
span { border-color: #C0EA2B; }
span { border-color: rgb(192,234,43); }
td.TdClassName
{
border-color: #C0EA2B;
}
.TagClassName
{
border-color: #C0EA2B;
}
</style>