Shades of Las Palmas #C0E234
Tints of Las Palmas #C0E234
RGB
CMYK
RGB Variations
Color information
#C0E234 (or 0xC0E234) is known color: Las Palmas. HEX triplet: C0, E2 and 34. RGB value is (192,226,52). Sum of RGB (Red+Green+Blue) = 192+226+52=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E234 is #3F1DCB. Grayscale: #C4C4C4. Windows color (decimal): -4136396 or 3465920. OLE color: 3465920.
HSL color Cylindrical-coordinate representation of color #C0E234: hue angle of 71.72º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0E234 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 52 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.11 |
| HSL | 71.72º | 0.75% | 0.55% | - |
| HSV(B) | 71.72º | 0.77% | 0.89% | - |
| XYZ | 49.55 | 65.85 | 13.35 | - |
| YUV | 196 | 46.74 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 52 | 0.15 | 0 | 0.77 | 0.11 | 71.72 | 0.75 | 0.55 |
| Hex | C0 | E2 | 34 | F | 0 | 4D | B | 48 | 4B | 37 |
| Octal | 300 | 342 | 64 | 17 | 0 | 115 | 13 | 110 | 113 | 67 |
| Binary | 11000000 | 11100010 | 110100 | 1111 | 0 | 1001101 | 1011 | 1001000 | 1001011 | 110111 |
Color Harmonies of #C0E234
Complementary color
Monochromatic Colors of #C0E234
Black with #C0E234
Text Example
Text Example
White with #C0E234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E234; }
p { color: rgb(192,226,52); }
H1.HeaderClassName
{
color: #C0E234;
}
.AnyTagClassName
{
color: #C0E234;
}
</style>
background-color css
<style>
a { background-color: #C0E234; }
a { background-color: rgb(192,226,52); }
div.DivClassName
{
background-color: #C0E234;
}
.BgClassName
{
background-color: #C0E234;
}
</style>
border-color css
<style>
span { border-color: #C0E234; }
span { border-color: rgb(192,226,52); }
td.TdClassName
{
border-color: #C0E234;
}
.TagClassName
{
border-color: #C0E234;
}
</style>