Shades of Las Palmas #C3E131
Tints of Las Palmas #C3E131
RGB
CMYK
RGB Variations
Color information
#C3E131 (or 0xC3E131) is known color: Las Palmas. HEX triplet: C3, E1 and 31. RGB value is (195,225,49). Sum of RGB (Red+Green+Blue) = 195+225+49=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 49 (19.53% from 255 or 10.45% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E131 is #3C1ECE. Grayscale: #C4C4C4. Windows color (decimal): -3940047 or 3269059. OLE color: 3269059.
HSL color Cylindrical-coordinate representation of color #C3E131: hue angle of 70.23º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3E131 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 225 | 49 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.12 |
| HSL | 70.23º | 0.75% | 0.54% | - |
| HSV(B) | 70.23º | 0.78% | 0.88% | - |
| XYZ | 49.99 | 65.67 | 12.95 | - |
| YUV | 195.97 | 45.06 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 225 | 49 | 0.13 | 0 | 0.78 | 0.12 | 70.23 | 0.75 | 0.54 |
| Hex | C3 | E1 | 31 | D | 0 | 4E | C | 46 | 4B | 36 |
| Octal | 303 | 341 | 61 | 15 | 0 | 116 | 14 | 106 | 113 | 66 |
| Binary | 11000011 | 11100001 | 110001 | 1101 | 0 | 1001110 | 1100 | 1000110 | 1001011 | 110110 |
Color Harmonies of #C3E131
Complementary color
Monochromatic Colors of #C3E131
Black with #C3E131
Text Example
Text Example
White with #C3E131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E131; }
p { color: rgb(195,225,49); }
H1.HeaderClassName
{
color: #C3E131;
}
.AnyTagClassName
{
color: #C3E131;
}
</style>
background-color css
<style>
a { background-color: #C3E131; }
a { background-color: rgb(195,225,49); }
div.DivClassName
{
background-color: #C3E131;
}
.BgClassName
{
background-color: #C3E131;
}
</style>
border-color css
<style>
span { border-color: #C3E131; }
span { border-color: rgb(195,225,49); }
td.TdClassName
{
border-color: #C3E131;
}
.TagClassName
{
border-color: #C3E131;
}
</style>