Shades of Las Palmas #C0E346
Tints of Las Palmas #C0E346
RGB
CMYK
RGB Variations
Color information
#C0E346 (or 0xC0E346) is known color: Las Palmas. HEX triplet: C0, E3 and 46. RGB value is (192,227,70). Sum of RGB (Red+Green+Blue) = 192+227+70=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 70 (27.73% from 255 or 14.31% from 489); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E346 is #3F1CB9. Grayscale: #C7C7C7. Windows color (decimal): -4136122 or 4645824. OLE color: 4645824.
HSL color Cylindrical-coordinate representation of color #C0E346: hue angle of 73.38º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0E346 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 227 | 70 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.11 |
| HSL | 73.38º | 0.74% | 0.58% | - |
| HSV(B) | 73.38º | 0.69% | 0.89% | - |
| XYZ | 50.31 | 66.59 | 16 | - |
| YUV | 198.64 | 55.4 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 227 | 70 | 0.15 | 0 | 0.69 | 0.11 | 73.38 | 0.74 | 0.58 |
| Hex | C0 | E3 | 46 | F | 0 | 45 | B | 49 | 4A | 3A |
| Octal | 300 | 343 | 106 | 17 | 0 | 105 | 13 | 111 | 112 | 72 |
| Binary | 11000000 | 11100011 | 1000110 | 1111 | 0 | 1000101 | 1011 | 1001001 | 1001010 | 111010 |
Color Harmonies of #C0E346
Complementary color
Monochromatic Colors of #C0E346
Black with #C0E346
Text Example
Text Example
White with #C0E346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E346; }
p { color: rgb(192,227,70); }
H1.HeaderClassName
{
color: #C0E346;
}
.AnyTagClassName
{
color: #C0E346;
}
</style>
background-color css
<style>
a { background-color: #C0E346; }
a { background-color: rgb(192,227,70); }
div.DivClassName
{
background-color: #C0E346;
}
.BgClassName
{
background-color: #C0E346;
}
</style>
border-color css
<style>
span { border-color: #C0E346; }
span { border-color: rgb(192,227,70); }
td.TdClassName
{
border-color: #C0E346;
}
.TagClassName
{
border-color: #C0E346;
}
</style>