Shades of Las Palmas #C4E235
Tints of Las Palmas #C4E235
RGB
CMYK
RGB Variations
Color information
#C4E235 (or 0xC4E235) is known color: Las Palmas. HEX triplet: C4, E2 and 35. RGB value is (196,226,53). Sum of RGB (Red+Green+Blue) = 196+226+53=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 53 (21.09% from 255 or 11.16% from 475); Max value from RGB is 226 - color contains mainly: green. Hex color #C4E235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E235 is #3B1DCA. Grayscale: #C5C5C5. Windows color (decimal): -3874251 or 3531460. OLE color: 3531460.
HSL color Cylindrical-coordinate representation of color #C4E235: hue angle of 70.4º 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 #C4E235 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 226 | 53 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.11 |
| HSL | 70.4º | 0.75% | 0.55% | - |
| HSV(B) | 70.4º | 0.77% | 0.89% | - |
| XYZ | 50.6 | 66.39 | 13.51 | - |
| YUV | 197.31 | 46.56 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 226 | 53 | 0.13 | 0 | 0.77 | 0.11 | 70.4 | 0.75 | 0.55 |
| Hex | C4 | E2 | 35 | D | 0 | 4D | B | 46 | 4B | 37 |
| Octal | 304 | 342 | 65 | 15 | 0 | 115 | 13 | 106 | 113 | 67 |
| Binary | 11000100 | 11100010 | 110101 | 1101 | 0 | 1001101 | 1011 | 1000110 | 1001011 | 110111 |
Color Harmonies of #C4E235
Complementary color
Monochromatic Colors of #C4E235
Black with #C4E235
Text Example
Text Example
White with #C4E235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E235; }
p { color: rgb(196,226,53); }
H1.HeaderClassName
{
color: #C4E235;
}
.AnyTagClassName
{
color: #C4E235;
}
</style>
background-color css
<style>
a { background-color: #C4E235; }
a { background-color: rgb(196,226,53); }
div.DivClassName
{
background-color: #C4E235;
}
.BgClassName
{
background-color: #C4E235;
}
</style>
border-color css
<style>
span { border-color: #C4E235; }
span { border-color: rgb(196,226,53); }
td.TdClassName
{
border-color: #C4E235;
}
.TagClassName
{
border-color: #C4E235;
}
</style>