Shades of Las Palmas #C7D54C
Tints of Las Palmas #C7D54C
RGB
CMYK
RGB Variations
Color information
#C7D54C (or 0xC7D54C) is known color: Las Palmas. HEX triplet: C7, D5 and 4C. RGB value is (199,213,76). Sum of RGB (Red+Green+Blue) = 199+213+76=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D54C is #382AB3. Grayscale: #C1C1C1. Windows color (decimal): -3680948 or 5035463. OLE color: 5035463.
HSL color Cylindrical-coordinate representation of color #C7D54C: hue angle of 66.13º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7D54C is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 76 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.16 |
| HSL | 66.13º | 0.62% | 0.57% | - |
| HSV(B) | 66.13º | 0.64% | 0.84% | - |
| XYZ | 48.65 | 60.25 | 15.9 | - |
| YUV | 193.2 | 61.86 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 76 | 0.07 | 0 | 0.64 | 0.16 | 66.13 | 0.62 | 0.57 |
| Hex | C7 | D5 | 4C | 7 | 0 | 40 | 10 | 42 | 3E | 39 |
| Octal | 307 | 325 | 114 | 7 | 0 | 100 | 20 | 102 | 76 | 71 |
| Binary | 11000111 | 11010101 | 1001100 | 111 | 0 | 1000000 | 10000 | 1000010 | 111110 | 111001 |
Color Harmonies of #C7D54C
Complementary color
Monochromatic Colors of #C7D54C
Black with #C7D54C
Text Example
Text Example
White with #C7D54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D54C; }
p { color: rgb(199,213,76); }
H1.HeaderClassName
{
color: #C7D54C;
}
.AnyTagClassName
{
color: #C7D54C;
}
</style>
background-color css
<style>
a { background-color: #C7D54C; }
a { background-color: rgb(199,213,76); }
div.DivClassName
{
background-color: #C7D54C;
}
.BgClassName
{
background-color: #C7D54C;
}
</style>
border-color css
<style>
span { border-color: #C7D54C; }
span { border-color: rgb(199,213,76); }
td.TdClassName
{
border-color: #C7D54C;
}
.TagClassName
{
border-color: #C7D54C;
}
</style>