Shades of Las Palmas #C1EA3D
Tints of Las Palmas #C1EA3D
RGB
CMYK
RGB Variations
Color information
#C1EA3D (or 0xC1EA3D) is known color: Las Palmas. HEX triplet: C1, EA and 3D. RGB value is (193,234,61). Sum of RGB (Red+Green+Blue) = 193+234+61=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 61 (24.22% from 255 or 12.5% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EA3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EA3D is #3E15C2. Grayscale: #CACACA. Windows color (decimal): -4068803 or 4057793. OLE color: 4057793.
HSL color Cylindrical-coordinate representation of color #C1EA3D: hue angle of 74.22º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1EA3D is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 234 | 61 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.08 |
| HSL | 74.22º | 0.8% | 0.58% | - |
| HSV(B) | 74.22º | 0.74% | 0.92% | - |
| XYZ | 52.26 | 70.52 | 15.27 | - |
| YUV | 202.02 | 48.42 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 234 | 61 | 0.18 | 0 | 0.74 | 0.08 | 74.22 | 0.8 | 0.58 |
| Hex | C1 | EA | 3D | 12 | 0 | 4A | 8 | 4A | 50 | 3A |
| Octal | 301 | 352 | 75 | 22 | 0 | 112 | 10 | 112 | 120 | 72 |
| Binary | 11000001 | 11101010 | 111101 | 10010 | 0 | 1001010 | 1000 | 1001010 | 1010000 | 111010 |
Color Harmonies of #C1EA3D
Complementary color
Monochromatic Colors of #C1EA3D
Black with #C1EA3D
Text Example
Text Example
White with #C1EA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EA3D; }
p { color: rgb(193,234,61); }
H1.HeaderClassName
{
color: #C1EA3D;
}
.AnyTagClassName
{
color: #C1EA3D;
}
</style>
background-color css
<style>
a { background-color: #C1EA3D; }
a { background-color: rgb(193,234,61); }
div.DivClassName
{
background-color: #C1EA3D;
}
.BgClassName
{
background-color: #C1EA3D;
}
</style>
border-color css
<style>
span { border-color: #C1EA3D; }
span { border-color: rgb(193,234,61); }
td.TdClassName
{
border-color: #C1EA3D;
}
.TagClassName
{
border-color: #C1EA3D;
}
</style>