Shades of Las Palmas #C3EA47
Tints of Las Palmas #C3EA47
RGB
CMYK
RGB Variations
Color information
#C3EA47 (or 0xC3EA47) is known color: Las Palmas. HEX triplet: C3, EA and 47. RGB value is (195,234,71). Sum of RGB (Red+Green+Blue) = 195+234+71=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 71 (28.12% from 255 or 14.2% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #C3EA47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3EA47 is #3C15B8. Grayscale: #CCCCCC. Windows color (decimal): -3937721 or 4713155. OLE color: 4713155.
HSL color Cylindrical-coordinate representation of color #C3EA47: hue angle of 74.36º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3EA47 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 234 | 71 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.08 |
| HSL | 74.36º | 0.8% | 0.6% | - |
| HSV(B) | 74.36º | 0.7% | 0.92% | - |
| XYZ | 53.07 | 70.9 | 16.85 | - |
| YUV | 203.76 | 53.08 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 234 | 71 | 0.17 | 0 | 0.70 | 0.08 | 74.36 | 0.8 | 0.6 |
| Hex | C3 | EA | 47 | 11 | 0 | 46 | 8 | 4A | 50 | 3C |
| Octal | 303 | 352 | 107 | 21 | 0 | 106 | 10 | 112 | 120 | 74 |
| Binary | 11000011 | 11101010 | 1000111 | 10001 | 0 | 1000110 | 1000 | 1001010 | 1010000 | 111100 |
Color Harmonies of #C3EA47
Complementary color
Monochromatic Colors of #C3EA47
Black with #C3EA47
Text Example
Text Example
White with #C3EA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EA47; }
p { color: rgb(195,234,71); }
H1.HeaderClassName
{
color: #C3EA47;
}
.AnyTagClassName
{
color: #C3EA47;
}
</style>
background-color css
<style>
a { background-color: #C3EA47; }
a { background-color: rgb(195,234,71); }
div.DivClassName
{
background-color: #C3EA47;
}
.BgClassName
{
background-color: #C3EA47;
}
</style>
border-color css
<style>
span { border-color: #C3EA47; }
span { border-color: rgb(195,234,71); }
td.TdClassName
{
border-color: #C3EA47;
}
.TagClassName
{
border-color: #C3EA47;
}
</style>