Shades of Las Palmas #C0E244
Tints of Las Palmas #C0E244
RGB
CMYK
RGB Variations
Color information
#C0E244 (or 0xC0E244) is known color: Las Palmas. HEX triplet: C0, E2 and 44. RGB value is (192,226,68). Sum of RGB (Red+Green+Blue) = 192+226+68=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 68 (26.95% from 255 or 13.99% from 486); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E244 is #3F1DBB. Grayscale: #C6C6C6. Windows color (decimal): -4136380 or 4514496. OLE color: 4514496.
HSL color Cylindrical-coordinate representation of color #C0E244: hue angle of 72.91º degrees, saturation: 0.73, 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 #C0E244 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 68 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.11 |
| HSL | 72.91º | 0.73% | 0.58% | - |
| HSV(B) | 72.91º | 0.7% | 0.89% | - |
| XYZ | 49.98 | 66.02 | 15.58 | - |
| YUV | 197.82 | 54.74 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 68 | 0.15 | 0 | 0.70 | 0.11 | 72.91 | 0.73 | 0.58 |
| Hex | C0 | E2 | 44 | F | 0 | 46 | B | 49 | 49 | 3A |
| Octal | 300 | 342 | 104 | 17 | 0 | 106 | 13 | 111 | 111 | 72 |
| Binary | 11000000 | 11100010 | 1000100 | 1111 | 0 | 1000110 | 1011 | 1001001 | 1001001 | 111010 |
Color Harmonies of #C0E244
Complementary color
Monochromatic Colors of #C0E244
Black with #C0E244
Text Example
Text Example
White with #C0E244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E244; }
p { color: rgb(192,226,68); }
H1.HeaderClassName
{
color: #C0E244;
}
.AnyTagClassName
{
color: #C0E244;
}
</style>
background-color css
<style>
a { background-color: #C0E244; }
a { background-color: rgb(192,226,68); }
div.DivClassName
{
background-color: #C0E244;
}
.BgClassName
{
background-color: #C0E244;
}
</style>
border-color css
<style>
span { border-color: #C0E244; }
span { border-color: rgb(192,226,68); }
td.TdClassName
{
border-color: #C0E244;
}
.TagClassName
{
border-color: #C0E244;
}
</style>