Shades of Las Palmas #C1EC3D
Tints of Las Palmas #C1EC3D
RGB
CMYK
RGB Variations
Color information
#C1EC3D (or 0xC1EC3D) is known color: Las Palmas. HEX triplet: C1, EC and 3D. RGB value is (193,236,61). Sum of RGB (Red+Green+Blue) = 193+236+61=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 61 (24.22% from 255 or 12.45% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EC3D is #3E13C2. Grayscale: #CBCBCB. Windows color (decimal): -4068291 or 4058305. OLE color: 4058305.
HSL color Cylindrical-coordinate representation of color #C1EC3D: hue angle of 74.74º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1EC3D is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 61 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.07 |
| HSL | 74.74º | 0.82% | 0.58% | - |
| HSV(B) | 74.74º | 0.74% | 0.93% | - |
| XYZ | 52.83 | 71.67 | 15.46 | - |
| YUV | 203.19 | 47.75 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 61 | 0.18 | 0 | 0.74 | 0.07 | 74.74 | 0.82 | 0.58 |
| Hex | C1 | EC | 3D | 12 | 0 | 4A | 7 | 4B | 52 | 3A |
| Octal | 301 | 354 | 75 | 22 | 0 | 112 | 7 | 113 | 122 | 72 |
| Binary | 11000001 | 11101100 | 111101 | 10010 | 0 | 1001010 | 111 | 1001011 | 1010010 | 111010 |
Color Harmonies of #C1EC3D
Complementary color
Monochromatic Colors of #C1EC3D
Black with #C1EC3D
Text Example
Text Example
White with #C1EC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC3D; }
p { color: rgb(193,236,61); }
H1.HeaderClassName
{
color: #C1EC3D;
}
.AnyTagClassName
{
color: #C1EC3D;
}
</style>
background-color css
<style>
a { background-color: #C1EC3D; }
a { background-color: rgb(193,236,61); }
div.DivClassName
{
background-color: #C1EC3D;
}
.BgClassName
{
background-color: #C1EC3D;
}
</style>
border-color css
<style>
span { border-color: #C1EC3D; }
span { border-color: rgb(193,236,61); }
td.TdClassName
{
border-color: #C1EC3D;
}
.TagClassName
{
border-color: #C1EC3D;
}
</style>