Shades of Las Palmas #C0E235
Tints of Las Palmas #C0E235
RGB
CMYK
RGB Variations
Color information
#C0E235 (or 0xC0E235) is known color: Las Palmas. HEX triplet: C0, E2 and 35. RGB value is (192,226,53). Sum of RGB (Red+Green+Blue) = 192+226+53=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E235 is #3F1DCA. Grayscale: #C4C4C4. Windows color (decimal): -4136395 or 3531456. OLE color: 3531456.
HSL color Cylindrical-coordinate representation of color #C0E235: hue angle of 71.79º 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 #C0E235 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 53 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.11 |
| HSL | 71.79º | 0.75% | 0.55% | - |
| HSV(B) | 71.79º | 0.77% | 0.89% | - |
| XYZ | 49.58 | 65.86 | 13.47 | - |
| YUV | 196.11 | 47.24 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 53 | 0.15 | 0 | 0.77 | 0.11 | 71.79 | 0.75 | 0.55 |
| Hex | C0 | E2 | 35 | F | 0 | 4D | B | 48 | 4B | 37 |
| Octal | 300 | 342 | 65 | 17 | 0 | 115 | 13 | 110 | 113 | 67 |
| Binary | 11000000 | 11100010 | 110101 | 1111 | 0 | 1001101 | 1011 | 1001000 | 1001011 | 110111 |
Color Harmonies of #C0E235
Complementary color
Monochromatic Colors of #C0E235
Black with #C0E235
Text Example
Text Example
White with #C0E235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E235; }
p { color: rgb(192,226,53); }
H1.HeaderClassName
{
color: #C0E235;
}
.AnyTagClassName
{
color: #C0E235;
}
</style>
background-color css
<style>
a { background-color: #C0E235; }
a { background-color: rgb(192,226,53); }
div.DivClassName
{
background-color: #C0E235;
}
.BgClassName
{
background-color: #C0E235;
}
</style>
border-color css
<style>
span { border-color: #C0E235; }
span { border-color: rgb(192,226,53); }
td.TdClassName
{
border-color: #C0E235;
}
.TagClassName
{
border-color: #C0E235;
}
</style>