Shades of Las Palmas #C7DC3C
Tints of Las Palmas #C7DC3C
RGB
CMYK
RGB Variations
Color information
#C7DC3C (or 0xC7DC3C) is known color: Las Palmas. HEX triplet: C7, DC and 3C. RGB value is (199,220,60). Sum of RGB (Red+Green+Blue) = 199+220+60=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DC3C is #3823C3. Grayscale: #C4C4C4. Windows color (decimal): -3679172 or 3988679. OLE color: 3988679.
HSL color Cylindrical-coordinate representation of color #C7DC3C: hue angle of 67.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7DC3C is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 60 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.14 |
| HSL | 67.88º | 0.7% | 0.55% | - |
| HSV(B) | 67.88º | 0.73% | 0.86% | - |
| XYZ | 49.96 | 63.65 | 13.93 | - |
| YUV | 195.48 | 51.54 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 60 | 0.10 | 0 | 0.73 | 0.14 | 67.88 | 0.7 | 0.55 |
| Hex | C7 | DC | 3C | A | 0 | 49 | E | 44 | 46 | 37 |
| Octal | 307 | 334 | 74 | 12 | 0 | 111 | 16 | 104 | 106 | 67 |
| Binary | 11000111 | 11011100 | 111100 | 1010 | 0 | 1001001 | 1110 | 1000100 | 1000110 | 110111 |
Color Harmonies of #C7DC3C
Complementary color
Monochromatic Colors of #C7DC3C
Black with #C7DC3C
Text Example
Text Example
White with #C7DC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC3C; }
p { color: rgb(199,220,60); }
H1.HeaderClassName
{
color: #C7DC3C;
}
.AnyTagClassName
{
color: #C7DC3C;
}
</style>
background-color css
<style>
a { background-color: #C7DC3C; }
a { background-color: rgb(199,220,60); }
div.DivClassName
{
background-color: #C7DC3C;
}
.BgClassName
{
background-color: #C7DC3C;
}
</style>
border-color css
<style>
span { border-color: #C7DC3C; }
span { border-color: rgb(199,220,60); }
td.TdClassName
{
border-color: #C7DC3C;
}
.TagClassName
{
border-color: #C7DC3C;
}
</style>