Shades of Las Palmas #C2EC3D
Tints of Las Palmas #C2EC3D
RGB
CMYK
RGB Variations
Color information
#C2EC3D (or 0xC2EC3D) is known color: Las Palmas. HEX triplet: C2, EC and 3D. RGB value is (194,236,61). Sum of RGB (Red+Green+Blue) = 194+236+61=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 61 (24.22% from 255 or 12.42% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EC3D is #3D13C2. Grayscale: #CCCCCC. Windows color (decimal): -4002755 or 4058306. OLE color: 4058306.
HSL color Cylindrical-coordinate representation of color #C2EC3D: hue angle of 74.4º 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 #C2EC3D is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 61 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.07 |
| HSL | 74.4º | 0.82% | 0.58% | - |
| HSV(B) | 74.4º | 0.74% | 0.93% | - |
| XYZ | 53.09 | 71.8 | 15.48 | - |
| YUV | 203.49 | 47.59 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 61 | 0.18 | 0 | 0.74 | 0.07 | 74.4 | 0.82 | 0.58 |
| Hex | C2 | EC | 3D | 12 | 0 | 4A | 7 | 4A | 52 | 3A |
| Octal | 302 | 354 | 75 | 22 | 0 | 112 | 7 | 112 | 122 | 72 |
| Binary | 11000010 | 11101100 | 111101 | 10010 | 0 | 1001010 | 111 | 1001010 | 1010010 | 111010 |
Color Harmonies of #C2EC3D
Complementary color
Monochromatic Colors of #C2EC3D
Black with #C2EC3D
Text Example
Text Example
White with #C2EC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EC3D; }
p { color: rgb(194,236,61); }
H1.HeaderClassName
{
color: #C2EC3D;
}
.AnyTagClassName
{
color: #C2EC3D;
}
</style>
background-color css
<style>
a { background-color: #C2EC3D; }
a { background-color: rgb(194,236,61); }
div.DivClassName
{
background-color: #C2EC3D;
}
.BgClassName
{
background-color: #C2EC3D;
}
</style>
border-color css
<style>
span { border-color: #C2EC3D; }
span { border-color: rgb(194,236,61); }
td.TdClassName
{
border-color: #C2EC3D;
}
.TagClassName
{
border-color: #C2EC3D;
}
</style>