Shades of Las Palmas #C1E132
Tints of Las Palmas #C1E132
RGB
CMYK
RGB Variations
Color information
#C1E132 (or 0xC1E132) is known color: Las Palmas. HEX triplet: C1, E1 and 32. RGB value is (193,225,50). Sum of RGB (Red+Green+Blue) = 193+225+50=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E132 is #3E1ECD. Grayscale: #C4C4C4. Windows color (decimal): -4071118 or 3334593. OLE color: 3334593.
HSL color Cylindrical-coordinate representation of color #C1E132: hue angle of 70.97º degrees, saturation: 0.74, 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 #C1E132 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 50 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.12 |
| HSL | 70.97º | 0.74% | 0.54% | - |
| HSV(B) | 70.97º | 0.78% | 0.88% | - |
| XYZ | 49.49 | 65.42 | 13.04 | - |
| YUV | 195.48 | 45.9 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 50 | 0.14 | 0 | 0.78 | 0.12 | 70.97 | 0.74 | 0.54 |
| Hex | C1 | E1 | 32 | E | 0 | 4E | C | 47 | 4A | 36 |
| Octal | 301 | 341 | 62 | 16 | 0 | 116 | 14 | 107 | 112 | 66 |
| Binary | 11000001 | 11100001 | 110010 | 1110 | 0 | 1001110 | 1100 | 1000111 | 1001010 | 110110 |
Color Harmonies of #C1E132
Complementary color
Monochromatic Colors of #C1E132
Black with #C1E132
Text Example
Text Example
White with #C1E132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E132; }
p { color: rgb(193,225,50); }
H1.HeaderClassName
{
color: #C1E132;
}
.AnyTagClassName
{
color: #C1E132;
}
</style>
background-color css
<style>
a { background-color: #C1E132; }
a { background-color: rgb(193,225,50); }
div.DivClassName
{
background-color: #C1E132;
}
.BgClassName
{
background-color: #C1E132;
}
</style>
border-color css
<style>
span { border-color: #C1E132; }
span { border-color: rgb(193,225,50); }
td.TdClassName
{
border-color: #C1E132;
}
.TagClassName
{
border-color: #C1E132;
}
</style>