Shades of Las Palmas #C7DC34
Tints of Las Palmas #C7DC34
RGB
CMYK
RGB Variations
Color information
#C7DC34 (or 0xC7DC34) is known color: Las Palmas. HEX triplet: C7, DC and 34. RGB value is (199,220,52). Sum of RGB (Red+Green+Blue) = 199+220+52=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DC34 is #3823CB. Grayscale: #C3C3C3. Windows color (decimal): -3679180 or 3464391. OLE color: 3464391.
HSL color Cylindrical-coordinate representation of color #C7DC34: hue angle of 67.5º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7DC34 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 52 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.14 |
| HSL | 67.5º | 0.71% | 0.53% | - |
| HSV(B) | 67.5º | 0.76% | 0.86% | - |
| XYZ | 49.77 | 63.58 | 12.9 | - |
| YUV | 194.57 | 47.54 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 52 | 0.10 | 0 | 0.76 | 0.14 | 67.5 | 0.71 | 0.53 |
| Hex | C7 | DC | 34 | A | 0 | 4C | E | 44 | 47 | 35 |
| Octal | 307 | 334 | 64 | 12 | 0 | 114 | 16 | 104 | 107 | 65 |
| Binary | 11000111 | 11011100 | 110100 | 1010 | 0 | 1001100 | 1110 | 1000100 | 1000111 | 110101 |
Color Harmonies of #C7DC34
Complementary color
Monochromatic Colors of #C7DC34
Black with #C7DC34
Text Example
Text Example
White with #C7DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC34; }
p { color: rgb(199,220,52); }
H1.HeaderClassName
{
color: #C7DC34;
}
.AnyTagClassName
{
color: #C7DC34;
}
</style>
background-color css
<style>
a { background-color: #C7DC34; }
a { background-color: rgb(199,220,52); }
div.DivClassName
{
background-color: #C7DC34;
}
.BgClassName
{
background-color: #C7DC34;
}
</style>
border-color css
<style>
span { border-color: #C7DC34; }
span { border-color: rgb(199,220,52); }
td.TdClassName
{
border-color: #C7DC34;
}
.TagClassName
{
border-color: #C7DC34;
}
</style>