Shades of Las Palmas #C4E42C
Tints of Las Palmas #C4E42C
RGB
CMYK
RGB Variations
Color information
#C4E42C (or 0xC4E42C) is known color: Las Palmas. HEX triplet: C4, E4 and 2C. RGB value is (196,228,44). Sum of RGB (Red+Green+Blue) = 196+228+44=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 228 (89.45% from 255 or 48.72% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 228 - color contains mainly: green. Hex color #C4E42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E42C is #3B1BD3. Grayscale: #C6C6C6. Windows color (decimal): -3873748 or 2942148. OLE color: 2942148.
HSL color Cylindrical-coordinate representation of color #C4E42C: hue angle of 70.43º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4E42C is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 228 | 44 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.11 |
| HSL | 70.43º | 0.77% | 0.53% | - |
| HSV(B) | 70.43º | 0.81% | 0.89% | - |
| XYZ | 50.96 | 67.4 | 12.71 | - |
| YUV | 197.46 | 41.4 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 228 | 44 | 0.14 | 0 | 0.81 | 0.11 | 70.43 | 0.77 | 0.53 |
| Hex | C4 | E4 | 2C | E | 0 | 51 | B | 46 | 4D | 35 |
| Octal | 304 | 344 | 54 | 16 | 0 | 121 | 13 | 106 | 115 | 65 |
| Binary | 11000100 | 11100100 | 101100 | 1110 | 0 | 1010001 | 1011 | 1000110 | 1001101 | 110101 |
Color Harmonies of #C4E42C
Complementary color
Monochromatic Colors of #C4E42C
Black with #C4E42C
Text Example
Text Example
White with #C4E42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E42C; }
p { color: rgb(196,228,44); }
H1.HeaderClassName
{
color: #C4E42C;
}
.AnyTagClassName
{
color: #C4E42C;
}
</style>
background-color css
<style>
a { background-color: #C4E42C; }
a { background-color: rgb(196,228,44); }
div.DivClassName
{
background-color: #C4E42C;
}
.BgClassName
{
background-color: #C4E42C;
}
</style>
border-color css
<style>
span { border-color: #C4E42C; }
span { border-color: rgb(196,228,44); }
td.TdClassName
{
border-color: #C4E42C;
}
.TagClassName
{
border-color: #C4E42C;
}
</style>