Shades of Las Palmas #C3E147
Tints of Las Palmas #C3E147
RGB
CMYK
RGB Variations
Color information
#C3E147 (or 0xC3E147) is known color: Las Palmas. HEX triplet: C3, E1 and 47. RGB value is (195,225,71). Sum of RGB (Red+Green+Blue) = 195+225+71=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 71 (28.12% from 255 or 14.46% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E147 is #3C1EB8. Grayscale: #C7C7C7. Windows color (decimal): -3940025 or 4710851. OLE color: 4710851.
HSL color Cylindrical-coordinate representation of color #C3E147: hue angle of 71.69º 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 #C3E147 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 225 | 71 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.12 |
| HSL | 71.69º | 0.72% | 0.58% | - |
| HSV(B) | 71.69º | 0.68% | 0.88% | - |
| XYZ | 50.57 | 65.91 | 16.02 | - |
| YUV | 198.47 | 56.06 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 225 | 71 | 0.13 | 0 | 0.68 | 0.12 | 71.69 | 0.72 | 0.58 |
| Hex | C3 | E1 | 47 | D | 0 | 44 | C | 48 | 48 | 3A |
| Octal | 303 | 341 | 107 | 15 | 0 | 104 | 14 | 110 | 110 | 72 |
| Binary | 11000011 | 11100001 | 1000111 | 1101 | 0 | 1000100 | 1100 | 1001000 | 1001000 | 111010 |
Color Harmonies of #C3E147
Complementary color
Monochromatic Colors of #C3E147
Black with #C3E147
Text Example
Text Example
White with #C3E147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E147; }
p { color: rgb(195,225,71); }
H1.HeaderClassName
{
color: #C3E147;
}
.AnyTagClassName
{
color: #C3E147;
}
</style>
background-color css
<style>
a { background-color: #C3E147; }
a { background-color: rgb(195,225,71); }
div.DivClassName
{
background-color: #C3E147;
}
.BgClassName
{
background-color: #C3E147;
}
</style>
border-color css
<style>
span { border-color: #C3E147; }
span { border-color: rgb(195,225,71); }
td.TdClassName
{
border-color: #C3E147;
}
.TagClassName
{
border-color: #C3E147;
}
</style>