Shades of Las Palmas #C6D54C
Tints of Las Palmas #C6D54C
RGB
CMYK
RGB Variations
Color information
#C6D54C (or 0xC6D54C) is known color: Las Palmas. HEX triplet: C6, D5 and 4C. RGB value is (198,213,76). Sum of RGB (Red+Green+Blue) = 198+213+76=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D54C is #392AB3. Grayscale: #C1C1C1. Windows color (decimal): -3746484 or 5035462. OLE color: 5035462.
HSL color Cylindrical-coordinate representation of color #C6D54C: hue angle of 66.57º 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 #C6D54C is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 213 | 76 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.16 |
| HSL | 66.57º | 0.62% | 0.57% | - |
| HSV(B) | 66.57º | 0.64% | 0.84% | - |
| XYZ | 48.39 | 60.12 | 15.89 | - |
| YUV | 192.9 | 62.03 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 213 | 76 | 0.07 | 0 | 0.64 | 0.16 | 66.57 | 0.62 | 0.57 |
| Hex | C6 | D5 | 4C | 7 | 0 | 40 | 10 | 43 | 3E | 39 |
| Octal | 306 | 325 | 114 | 7 | 0 | 100 | 20 | 103 | 76 | 71 |
| Binary | 11000110 | 11010101 | 1001100 | 111 | 0 | 1000000 | 10000 | 1000011 | 111110 | 111001 |
Color Harmonies of #C6D54C
Complementary color
Monochromatic Colors of #C6D54C
Black with #C6D54C
Text Example
Text Example
White with #C6D54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D54C; }
p { color: rgb(198,213,76); }
H1.HeaderClassName
{
color: #C6D54C;
}
.AnyTagClassName
{
color: #C6D54C;
}
</style>
background-color css
<style>
a { background-color: #C6D54C; }
a { background-color: rgb(198,213,76); }
div.DivClassName
{
background-color: #C6D54C;
}
.BgClassName
{
background-color: #C6D54C;
}
</style>
border-color css
<style>
span { border-color: #C6D54C; }
span { border-color: rgb(198,213,76); }
td.TdClassName
{
border-color: #C6D54C;
}
.TagClassName
{
border-color: #C6D54C;
}
</style>