Shades of Las Palmas #C4E52D
Tints of Las Palmas #C4E52D
RGB
CMYK
RGB Variations
Color information
#C4E52D (or 0xC4E52D) is known color: Las Palmas. HEX triplet: C4, E5 and 2D. RGB value is (196,229,45). Sum of RGB (Red+Green+Blue) = 196+229+45=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #C4E52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E52D is #3B1AD2. Grayscale: #C6C6C6. Windows color (decimal): -3873491 or 3007940. OLE color: 3007940.
HSL color Cylindrical-coordinate representation of color #C4E52D: hue angle of 70.76º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4E52D is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 229 | 45 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.10 |
| HSL | 70.76º | 0.78% | 0.54% | - |
| HSV(B) | 70.76º | 0.8% | 0.9% | - |
| XYZ | 51.26 | 67.96 | 12.9 | - |
| YUV | 198.16 | 41.57 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 229 | 45 | 0.14 | 0 | 0.80 | 0.10 | 70.76 | 0.78 | 0.54 |
| Hex | C4 | E5 | 2D | E | 0 | 50 | A | 47 | 4E | 36 |
| Octal | 304 | 345 | 55 | 16 | 0 | 120 | 12 | 107 | 116 | 66 |
| Binary | 11000100 | 11100101 | 101101 | 1110 | 0 | 1010000 | 1010 | 1000111 | 1001110 | 110110 |
Color Harmonies of #C4E52D
Complementary color
Monochromatic Colors of #C4E52D
Black with #C4E52D
Text Example
Text Example
White with #C4E52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E52D; }
p { color: rgb(196,229,45); }
H1.HeaderClassName
{
color: #C4E52D;
}
.AnyTagClassName
{
color: #C4E52D;
}
</style>
background-color css
<style>
a { background-color: #C4E52D; }
a { background-color: rgb(196,229,45); }
div.DivClassName
{
background-color: #C4E52D;
}
.BgClassName
{
background-color: #C4E52D;
}
</style>
border-color css
<style>
span { border-color: #C4E52D; }
span { border-color: rgb(196,229,45); }
td.TdClassName
{
border-color: #C4E52D;
}
.TagClassName
{
border-color: #C4E52D;
}
</style>