Shades of Las Palmas #C0EB2B
Tints of Las Palmas #C0EB2B
RGB
CMYK
RGB Variations
Color information
#C0EB2B (or 0xC0EB2B) is known color: Las Palmas. HEX triplet: C0, EB and 2B. RGB value is (192,235,43). Sum of RGB (Red+Green+Blue) = 192+235+43=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 43 (17.19% from 255 or 9.15% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EB2B is #3F14D4. Grayscale: #C8C8C8. Windows color (decimal): -4134101 or 2878400. OLE color: 2878400.
HSL color Cylindrical-coordinate representation of color #C0EB2B: hue angle of 73.44º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0EB2B is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 43 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.08 |
| HSL | 73.44º | 0.83% | 0.55% | - |
| HSV(B) | 73.44º | 0.82% | 0.92% | - |
| XYZ | 51.88 | 70.8 | 13.22 | - |
| YUV | 200.26 | 39.25 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 43 | 0.18 | 0 | 0.82 | 0.08 | 73.44 | 0.83 | 0.55 |
| Hex | C0 | EB | 2B | 12 | 0 | 52 | 8 | 49 | 53 | 37 |
| Octal | 300 | 353 | 53 | 22 | 0 | 122 | 10 | 111 | 123 | 67 |
| Binary | 11000000 | 11101011 | 101011 | 10010 | 0 | 1010010 | 1000 | 1001001 | 1010011 | 110111 |
Color Harmonies of #C0EB2B
Complementary color
Monochromatic Colors of #C0EB2B
Black with #C0EB2B
Text Example
Text Example
White with #C0EB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EB2B; }
p { color: rgb(192,235,43); }
H1.HeaderClassName
{
color: #C0EB2B;
}
.AnyTagClassName
{
color: #C0EB2B;
}
</style>
background-color css
<style>
a { background-color: #C0EB2B; }
a { background-color: rgb(192,235,43); }
div.DivClassName
{
background-color: #C0EB2B;
}
.BgClassName
{
background-color: #C0EB2B;
}
</style>
border-color css
<style>
span { border-color: #C0EB2B; }
span { border-color: rgb(192,235,43); }
td.TdClassName
{
border-color: #C0EB2B;
}
.TagClassName
{
border-color: #C0EB2B;
}
</style>