Shades of Las Palmas #C0EA3B
Tints of Las Palmas #C0EA3B
RGB
CMYK
RGB Variations
Color information
#C0EA3B (or 0xC0EA3B) is known color: Las Palmas. HEX triplet: C0, EA and 3B. RGB value is (192,234,59). Sum of RGB (Red+Green+Blue) = 192+234+59=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 59 (23.44% from 255 or 12.16% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EA3B is #3F15C4. Grayscale: #CACACA. Windows color (decimal): -4134341 or 3926720. OLE color: 3926720.
HSL color Cylindrical-coordinate representation of color #C0EA3B: hue angle of 74.4º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0EA3B is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 59 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.08 |
| HSL | 74.4º | 0.81% | 0.57% | - |
| HSV(B) | 74.4º | 0.75% | 0.92% | - |
| XYZ | 51.95 | 70.37 | 14.98 | - |
| YUV | 201.49 | 47.59 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 59 | 0.18 | 0 | 0.75 | 0.08 | 74.4 | 0.81 | 0.57 |
| Hex | C0 | EA | 3B | 12 | 0 | 4B | 8 | 4A | 51 | 39 |
| Octal | 300 | 352 | 73 | 22 | 0 | 113 | 10 | 112 | 121 | 71 |
| Binary | 11000000 | 11101010 | 111011 | 10010 | 0 | 1001011 | 1000 | 1001010 | 1010001 | 111001 |
Color Harmonies of #C0EA3B
Complementary color
Monochromatic Colors of #C0EA3B
Black with #C0EA3B
Text Example
Text Example
White with #C0EA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA3B; }
p { color: rgb(192,234,59); }
H1.HeaderClassName
{
color: #C0EA3B;
}
.AnyTagClassName
{
color: #C0EA3B;
}
</style>
background-color css
<style>
a { background-color: #C0EA3B; }
a { background-color: rgb(192,234,59); }
div.DivClassName
{
background-color: #C0EA3B;
}
.BgClassName
{
background-color: #C0EA3B;
}
</style>
border-color css
<style>
span { border-color: #C0EA3B; }
span { border-color: rgb(192,234,59); }
td.TdClassName
{
border-color: #C0EA3B;
}
.TagClassName
{
border-color: #C0EA3B;
}
</style>