Shades of Las Palmas #C1E131
Tints of Las Palmas #C1E131
RGB
CMYK
RGB Variations
Color information
#C1E131 (or 0xC1E131) is known color: Las Palmas. HEX triplet: C1, E1 and 31. RGB value is (193,225,49). Sum of RGB (Red+Green+Blue) = 193+225+49=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E131 is #3E1ECE. Grayscale: #C4C4C4. Windows color (decimal): -4071119 or 3269057. OLE color: 3269057.
HSL color Cylindrical-coordinate representation of color #C1E131: hue angle of 70.91º 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 #C1E131 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 49 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.12 |
| HSL | 70.91º | 0.75% | 0.54% | - |
| HSV(B) | 70.91º | 0.78% | 0.88% | - |
| XYZ | 49.47 | 65.41 | 12.92 | - |
| YUV | 195.37 | 45.4 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 49 | 0.14 | 0 | 0.78 | 0.12 | 70.91 | 0.75 | 0.54 |
| Hex | C1 | E1 | 31 | E | 0 | 4E | C | 47 | 4B | 36 |
| Octal | 301 | 341 | 61 | 16 | 0 | 116 | 14 | 107 | 113 | 66 |
| Binary | 11000001 | 11100001 | 110001 | 1110 | 0 | 1001110 | 1100 | 1000111 | 1001011 | 110110 |
Color Harmonies of #C1E131
Complementary color
Monochromatic Colors of #C1E131
Black with #C1E131
Text Example
Text Example
White with #C1E131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E131; }
p { color: rgb(193,225,49); }
H1.HeaderClassName
{
color: #C1E131;
}
.AnyTagClassName
{
color: #C1E131;
}
</style>
background-color css
<style>
a { background-color: #C1E131; }
a { background-color: rgb(193,225,49); }
div.DivClassName
{
background-color: #C1E131;
}
.BgClassName
{
background-color: #C1E131;
}
</style>
border-color css
<style>
span { border-color: #C1E131; }
span { border-color: rgb(193,225,49); }
td.TdClassName
{
border-color: #C1E131;
}
.TagClassName
{
border-color: #C1E131;
}
</style>