Shades of Las Palmas #C0E343
Tints of Las Palmas #C0E343
RGB
CMYK
RGB Variations
Color information
#C0E343 (or 0xC0E343) is known color: Las Palmas. HEX triplet: C0, E3 and 43. RGB value is (192,227,67). Sum of RGB (Red+Green+Blue) = 192+227+67=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 67 (26.56% from 255 or 13.79% from 486); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E343 is #3F1CBC. Grayscale: #C6C6C6. Windows color (decimal): -4136125 or 4449216. OLE color: 4449216.
HSL color Cylindrical-coordinate representation of color #C0E343: hue angle of 73.12º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0E343 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 227 | 67 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.11 |
| HSL | 73.13º | 0.74% | 0.58% | - |
| HSV(B) | 73.13º | 0.7% | 0.89% | - |
| XYZ | 50.22 | 66.55 | 15.51 | - |
| YUV | 198.3 | 53.9 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 227 | 67 | 0.15 | 0 | 0.70 | 0.11 | 73.13 | 0.74 | 0.58 |
| Hex | C0 | E3 | 43 | F | 0 | 46 | B | 49 | 4A | 3A |
| Octal | 300 | 343 | 103 | 17 | 0 | 106 | 13 | 111 | 112 | 72 |
| Binary | 11000000 | 11100011 | 1000011 | 1111 | 0 | 1000110 | 1011 | 1001001 | 1001010 | 111010 |
Color Harmonies of #C0E343
Complementary color
Monochromatic Colors of #C0E343
Black with #C0E343
Text Example
Text Example
White with #C0E343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E343; }
p { color: rgb(192,227,67); }
H1.HeaderClassName
{
color: #C0E343;
}
.AnyTagClassName
{
color: #C0E343;
}
</style>
background-color css
<style>
a { background-color: #C0E343; }
a { background-color: rgb(192,227,67); }
div.DivClassName
{
background-color: #C0E343;
}
.BgClassName
{
background-color: #C0E343;
}
</style>
border-color css
<style>
span { border-color: #C0E343; }
span { border-color: rgb(192,227,67); }
td.TdClassName
{
border-color: #C0E343;
}
.TagClassName
{
border-color: #C0E343;
}
</style>