Shades of Las Palmas #C1E53D
Tints of Las Palmas #C1E53D
RGB
CMYK
RGB Variations
Color information
#C1E53D (or 0xC1E53D) is known color: Las Palmas. HEX triplet: C1, E5 and 3D. RGB value is (193,229,61). Sum of RGB (Red+Green+Blue) = 193+229+61=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 61 (24.22% from 255 or 12.63% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #C1E53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E53D is #3E1AC2. Grayscale: #C7C7C7. Windows color (decimal): -4070083 or 4056513. OLE color: 4056513.
HSL color Cylindrical-coordinate representation of color #C1E53D: hue angle of 72.86º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1E53D is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 229 | 61 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.10 |
| HSL | 72.86º | 0.76% | 0.57% | - |
| HSV(B) | 72.86º | 0.73% | 0.9% | - |
| XYZ | 50.85 | 67.71 | 14.8 | - |
| YUV | 199.08 | 50.07 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 229 | 61 | 0.16 | 0 | 0.73 | 0.10 | 72.86 | 0.76 | 0.57 |
| Hex | C1 | E5 | 3D | 10 | 0 | 49 | A | 49 | 4C | 39 |
| Octal | 301 | 345 | 75 | 20 | 0 | 111 | 12 | 111 | 114 | 71 |
| Binary | 11000001 | 11100101 | 111101 | 10000 | 0 | 1001001 | 1010 | 1001001 | 1001100 | 111001 |
Color Harmonies of #C1E53D
Complementary color
Monochromatic Colors of #C1E53D
Black with #C1E53D
Text Example
Text Example
White with #C1E53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E53D; }
p { color: rgb(193,229,61); }
H1.HeaderClassName
{
color: #C1E53D;
}
.AnyTagClassName
{
color: #C1E53D;
}
</style>
background-color css
<style>
a { background-color: #C1E53D; }
a { background-color: rgb(193,229,61); }
div.DivClassName
{
background-color: #C1E53D;
}
.BgClassName
{
background-color: #C1E53D;
}
</style>
border-color css
<style>
span { border-color: #C1E53D; }
span { border-color: rgb(193,229,61); }
td.TdClassName
{
border-color: #C1E53D;
}
.TagClassName
{
border-color: #C1E53D;
}
</style>