Shades of Las Palmas #C4E144
Tints of Las Palmas #C4E144
RGB
CMYK
RGB Variations
Color information
#C4E144 (or 0xC4E144) is known color: Las Palmas. HEX triplet: C4, E1 and 44. RGB value is (196,225,68). Sum of RGB (Red+Green+Blue) = 196+225+68=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 68 (26.95% from 255 or 13.91% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E144 is #3B1EBB. Grayscale: #C7C7C7. Windows color (decimal): -3874492 or 4514244. OLE color: 4514244.
HSL color Cylindrical-coordinate representation of color #C4E144: hue angle of 71.08º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4E144 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 225 | 68 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.12 |
| HSL | 71.08º | 0.72% | 0.57% | - |
| HSV(B) | 71.08º | 0.7% | 0.88% | - |
| XYZ | 50.73 | 66 | 15.53 | - |
| YUV | 198.43 | 54.39 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 225 | 68 | 0.13 | 0 | 0.70 | 0.12 | 71.08 | 0.72 | 0.57 |
| Hex | C4 | E1 | 44 | D | 0 | 46 | C | 47 | 48 | 39 |
| Octal | 304 | 341 | 104 | 15 | 0 | 106 | 14 | 107 | 110 | 71 |
| Binary | 11000100 | 11100001 | 1000100 | 1101 | 0 | 1000110 | 1100 | 1000111 | 1001000 | 111001 |
Color Harmonies of #C4E144
Complementary color
Monochromatic Colors of #C4E144
Black with #C4E144
Text Example
Text Example
White with #C4E144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E144; }
p { color: rgb(196,225,68); }
H1.HeaderClassName
{
color: #C4E144;
}
.AnyTagClassName
{
color: #C4E144;
}
</style>
background-color css
<style>
a { background-color: #C4E144; }
a { background-color: rgb(196,225,68); }
div.DivClassName
{
background-color: #C4E144;
}
.BgClassName
{
background-color: #C4E144;
}
</style>
border-color css
<style>
span { border-color: #C4E144; }
span { border-color: rgb(196,225,68); }
td.TdClassName
{
border-color: #C4E144;
}
.TagClassName
{
border-color: #C4E144;
}
</style>