Shades of Las Palmas #C2EC3F
Tints of Las Palmas #C2EC3F
RGB
CMYK
RGB Variations
Color information
#C2EC3F (or 0xC2EC3F) is known color: Las Palmas. HEX triplet: C2, EC and 3F. RGB value is (194,236,63). Sum of RGB (Red+Green+Blue) = 194+236+63=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 63 (25% from 255 or 12.78% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EC3F is #3D13C0. Grayscale: #CCCCCC. Windows color (decimal): -4002753 or 4189378. OLE color: 4189378.
HSL color Cylindrical-coordinate representation of color #C2EC3F: hue angle of 74.57º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2EC3F is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 63 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.07 |
| HSL | 74.57º | 0.82% | 0.59% | - |
| HSV(B) | 74.57º | 0.73% | 0.93% | - |
| XYZ | 53.14 | 71.82 | 15.76 | - |
| YUV | 203.72 | 48.59 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 63 | 0.18 | 0 | 0.73 | 0.07 | 74.57 | 0.82 | 0.59 |
| Hex | C2 | EC | 3F | 12 | 0 | 49 | 7 | 4B | 52 | 3B |
| Octal | 302 | 354 | 77 | 22 | 0 | 111 | 7 | 113 | 122 | 73 |
| Binary | 11000010 | 11101100 | 111111 | 10010 | 0 | 1001001 | 111 | 1001011 | 1010010 | 111011 |
Color Harmonies of #C2EC3F
Complementary color
Monochromatic Colors of #C2EC3F
Black with #C2EC3F
Text Example
Text Example
White with #C2EC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EC3F; }
p { color: rgb(194,236,63); }
H1.HeaderClassName
{
color: #C2EC3F;
}
.AnyTagClassName
{
color: #C2EC3F;
}
</style>
background-color css
<style>
a { background-color: #C2EC3F; }
a { background-color: rgb(194,236,63); }
div.DivClassName
{
background-color: #C2EC3F;
}
.BgClassName
{
background-color: #C2EC3F;
}
</style>
border-color css
<style>
span { border-color: #C2EC3F; }
span { border-color: rgb(194,236,63); }
td.TdClassName
{
border-color: #C2EC3F;
}
.TagClassName
{
border-color: #C2EC3F;
}
</style>