Shades of Las Palmas #C7E54A
Tints of Las Palmas #C7E54A
RGB
CMYK
RGB Variations
Color information
#C7E54A (or 0xC7E54A) is known color: Las Palmas. HEX triplet: C7, E5 and 4A. RGB value is (199,229,74). Sum of RGB (Red+Green+Blue) = 199+229+74=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #C7E54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E54A is #381AB5. Grayscale: #CACACA. Windows color (decimal): -3676854 or 4908487. OLE color: 4908487.
HSL color Cylindrical-coordinate representation of color #C7E54A: hue angle of 71.61º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7E54A is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 229 | 74 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.10 |
| HSL | 71.61º | 0.75% | 0.59% | - |
| HSV(B) | 71.61º | 0.68% | 0.9% | - |
| XYZ | 52.81 | 68.68 | 16.95 | - |
| YUV | 202.36 | 55.56 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 229 | 74 | 0.13 | 0 | 0.68 | 0.10 | 71.61 | 0.75 | 0.59 |
| Hex | C7 | E5 | 4A | D | 0 | 44 | A | 48 | 4B | 3B |
| Octal | 307 | 345 | 112 | 15 | 0 | 104 | 12 | 110 | 113 | 73 |
| Binary | 11000111 | 11100101 | 1001010 | 1101 | 0 | 1000100 | 1010 | 1001000 | 1001011 | 111011 |
Color Harmonies of #C7E54A
Complementary color
Monochromatic Colors of #C7E54A
Black with #C7E54A
Text Example
Text Example
White with #C7E54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E54A; }
p { color: rgb(199,229,74); }
H1.HeaderClassName
{
color: #C7E54A;
}
.AnyTagClassName
{
color: #C7E54A;
}
</style>
background-color css
<style>
a { background-color: #C7E54A; }
a { background-color: rgb(199,229,74); }
div.DivClassName
{
background-color: #C7E54A;
}
.BgClassName
{
background-color: #C7E54A;
}
</style>
border-color css
<style>
span { border-color: #C7E54A; }
span { border-color: rgb(199,229,74); }
td.TdClassName
{
border-color: #C7E54A;
}
.TagClassName
{
border-color: #C7E54A;
}
</style>