Shades of Las Palmas #C7DC40
Tints of Las Palmas #C7DC40
RGB
CMYK
RGB Variations
Color information
#C7DC40 (or 0xC7DC40) is known color: Las Palmas. HEX triplet: C7, DC and 40. RGB value is (199,220,64). Sum of RGB (Red+Green+Blue) = 199+220+64=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 64 (25.39% from 255 or 13.25% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DC40 is #3823BF. Grayscale: #C4C4C4. Windows color (decimal): -3679168 or 4250823. OLE color: 4250823.
HSL color Cylindrical-coordinate representation of color #C7DC40: hue angle of 68.08º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7DC40 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 64 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.14 |
| HSL | 68.08º | 0.69% | 0.56% | - |
| HSV(B) | 68.08º | 0.71% | 0.86% | - |
| XYZ | 50.07 | 63.7 | 14.51 | - |
| YUV | 195.94 | 53.54 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 64 | 0.10 | 0 | 0.71 | 0.14 | 68.08 | 0.69 | 0.56 |
| Hex | C7 | DC | 40 | A | 0 | 47 | E | 44 | 45 | 38 |
| Octal | 307 | 334 | 100 | 12 | 0 | 107 | 16 | 104 | 105 | 70 |
| Binary | 11000111 | 11011100 | 1000000 | 1010 | 0 | 1000111 | 1110 | 1000100 | 1000101 | 111000 |
Color Harmonies of #C7DC40
Complementary color
Monochromatic Colors of #C7DC40
Black with #C7DC40
Text Example
Text Example
White with #C7DC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC40; }
p { color: rgb(199,220,64); }
H1.HeaderClassName
{
color: #C7DC40;
}
.AnyTagClassName
{
color: #C7DC40;
}
</style>
background-color css
<style>
a { background-color: #C7DC40; }
a { background-color: rgb(199,220,64); }
div.DivClassName
{
background-color: #C7DC40;
}
.BgClassName
{
background-color: #C7DC40;
}
</style>
border-color css
<style>
span { border-color: #C7DC40; }
span { border-color: rgb(199,220,64); }
td.TdClassName
{
border-color: #C7DC40;
}
.TagClassName
{
border-color: #C7DC40;
}
</style>