Shades of Las Palmas #C4EC3A
Tints of Las Palmas #C4EC3A
RGB
CMYK
RGB Variations
Color information
#C4EC3A (or 0xC4EC3A) is known color: Las Palmas. HEX triplet: C4, EC and 3A. RGB value is (196,236,58). Sum of RGB (Red+Green+Blue) = 196+236+58=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #C4EC3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4EC3A is #3B13C5. Grayscale: #CCCCCC. Windows color (decimal): -3871686 or 3861700. OLE color: 3861700.
HSL color Cylindrical-coordinate representation of color #C4EC3A: hue angle of 73.48º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4EC3A is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
RGB | 196 | 236 | 58 | - |
CMYK | 0.17 | 0 | 0.75 | 0.07 |
HSL | 73.48º | 0.82% | 0.58% | - |
HSV(B) | 73.48º | 0.75% | 0.93% | - |
XYZ | 53.52 | 72.03 | 15.09 | - |
YUV | 203.75 | 45.75 | 122.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 236 | 58 | 0.17 | 0 | 0.75 | 0.07 | 73.48 | 0.82 | 0.58 |
Hex | C4 | EC | 3A | 11 | 0 | 4B | 7 | 49 | 52 | 3A |
Octal | 304 | 354 | 72 | 21 | 0 | 113 | 7 | 111 | 122 | 72 |
Binary | 11000100 | 11101100 | 111010 | 10001 | 0 | 1001011 | 111 | 1001001 | 1010010 | 111010 |
Color Harmonies of #C4EC3A
Complementary color
Monochromatic Colors of #C4EC3A
Black with #C4EC3A
Text Example
Text Example
White with #C4EC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EC3A; }
p { color: rgb(196,236,58); }
H1.HeaderClassName
{
color: #C4EC3A;
}
.AnyTagClassName
{
color: #C4EC3A;
}
</style>
background-color css
<style>
a { background-color: #C4EC3A; }
a { background-color: rgb(196,236,58); }
div.DivClassName
{
background-color: #C4EC3A;
}
.BgClassName
{
background-color: #C4EC3A;
}
</style>
border-color css
<style>
span { border-color: #C4EC3A; }
span { border-color: rgb(196,236,58); }
td.TdClassName
{
border-color: #C4EC3A;
}
.TagClassName
{
border-color: #C4EC3A;
}
</style>