Shades of Las Palmas #C4E149
Tints of Las Palmas #C4E149
RGB
CMYK
RGB Variations
Color information
#C4E149 (or 0xC4E149) is known color: Las Palmas. HEX triplet: C4, E1 and 49. RGB value is (196,225,73). Sum of RGB (Red+Green+Blue) = 196+225+73=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 73 (28.91% from 255 or 14.78% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E149 is #3B1EB6. Grayscale: #C7C7C7. Windows color (decimal): -3874487 or 4841924. OLE color: 4841924.
HSL color Cylindrical-coordinate representation of color #C4E149: hue angle of 71.45º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4E149 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 225 | 73 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.12 |
| HSL | 71.45º | 0.72% | 0.58% | - |
| HSV(B) | 71.45º | 0.68% | 0.88% | - |
| XYZ | 50.89 | 66.07 | 16.37 | - |
| YUV | 199 | 56.89 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 225 | 73 | 0.13 | 0 | 0.68 | 0.12 | 71.45 | 0.72 | 0.58 |
| Hex | C4 | E1 | 49 | D | 0 | 44 | C | 47 | 48 | 3A |
| Octal | 304 | 341 | 111 | 15 | 0 | 104 | 14 | 107 | 110 | 72 |
| Binary | 11000100 | 11100001 | 1001001 | 1101 | 0 | 1000100 | 1100 | 1000111 | 1001000 | 111010 |
Color Harmonies of #C4E149
Complementary color
Monochromatic Colors of #C4E149
Black with #C4E149
Text Example
Text Example
White with #C4E149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E149; }
p { color: rgb(196,225,73); }
H1.HeaderClassName
{
color: #C4E149;
}
.AnyTagClassName
{
color: #C4E149;
}
</style>
background-color css
<style>
a { background-color: #C4E149; }
a { background-color: rgb(196,225,73); }
div.DivClassName
{
background-color: #C4E149;
}
.BgClassName
{
background-color: #C4E149;
}
</style>
border-color css
<style>
span { border-color: #C4E149; }
span { border-color: rgb(196,225,73); }
td.TdClassName
{
border-color: #C4E149;
}
.TagClassName
{
border-color: #C4E149;
}
</style>