Shades of Las Palmas #C4EC42
Tints of Las Palmas #C4EC42
RGB
CMYK
RGB Variations
Color information
#C4EC42 (or 0xC4EC42) is known color: Las Palmas. HEX triplet: C4, EC and 42. RGB value is (196,236,66). Sum of RGB (Red+Green+Blue) = 196+236+66=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #C4EC42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4EC42 is #3B13BD. Grayscale: #CDCDCD. Windows color (decimal): -3871678 or 4385988. OLE color: 4385988.
HSL color Cylindrical-coordinate representation of color #C4EC42: hue angle of 74.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4EC42 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 236 | 66 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.07 |
| HSL | 74.12º | 0.82% | 0.59% | - |
| HSV(B) | 74.12º | 0.72% | 0.93% | - |
| XYZ | 53.74 | 72.12 | 16.24 | - |
| YUV | 204.66 | 49.75 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 236 | 66 | 0.17 | 0 | 0.72 | 0.07 | 74.12 | 0.82 | 0.59 |
| Hex | C4 | EC | 42 | 11 | 0 | 48 | 7 | 4A | 52 | 3B |
| Octal | 304 | 354 | 102 | 21 | 0 | 110 | 7 | 112 | 122 | 73 |
| Binary | 11000100 | 11101100 | 1000010 | 10001 | 0 | 1001000 | 111 | 1001010 | 1010010 | 111011 |
Color Harmonies of #C4EC42
Complementary color
Monochromatic Colors of #C4EC42
Black with #C4EC42
Text Example
Text Example
White with #C4EC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EC42; }
p { color: rgb(196,236,66); }
H1.HeaderClassName
{
color: #C4EC42;
}
.AnyTagClassName
{
color: #C4EC42;
}
</style>
background-color css
<style>
a { background-color: #C4EC42; }
a { background-color: rgb(196,236,66); }
div.DivClassName
{
background-color: #C4EC42;
}
.BgClassName
{
background-color: #C4EC42;
}
</style>
border-color css
<style>
span { border-color: #C4EC42; }
span { border-color: rgb(196,236,66); }
td.TdClassName
{
border-color: #C4EC42;
}
.TagClassName
{
border-color: #C4EC42;
}
</style>