Shades of Las Palmas #C2DC34
Tints of Las Palmas #C2DC34
RGB
CMYK
RGB Variations
Color information
#C2DC34 (or 0xC2DC34) is known color: Las Palmas. HEX triplet: C2, DC and 34. RGB value is (194,220,52). Sum of RGB (Red+Green+Blue) = 194+220+52=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DC34 is #3D23CB. Grayscale: #C1C1C1. Windows color (decimal): -4006860 or 3464386. OLE color: 3464386.
HSL color Cylindrical-coordinate representation of color #C2DC34: hue angle of 69.29º 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 #C2DC34 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 52 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.14 |
| HSL | 69.29º | 0.71% | 0.53% | - |
| HSV(B) | 69.29º | 0.76% | 0.86% | - |
| XYZ | 48.46 | 62.9 | 12.84 | - |
| YUV | 193.07 | 48.39 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 52 | 0.12 | 0 | 0.76 | 0.14 | 69.29 | 0.71 | 0.53 |
| Hex | C2 | DC | 34 | C | 0 | 4C | E | 45 | 47 | 35 |
| Octal | 302 | 334 | 64 | 14 | 0 | 114 | 16 | 105 | 107 | 65 |
| Binary | 11000010 | 11011100 | 110100 | 1100 | 0 | 1001100 | 1110 | 1000101 | 1000111 | 110101 |
Color Harmonies of #C2DC34
Complementary color
Monochromatic Colors of #C2DC34
Black with #C2DC34
Text Example
Text Example
White with #C2DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC34; }
p { color: rgb(194,220,52); }
H1.HeaderClassName
{
color: #C2DC34;
}
.AnyTagClassName
{
color: #C2DC34;
}
</style>
background-color css
<style>
a { background-color: #C2DC34; }
a { background-color: rgb(194,220,52); }
div.DivClassName
{
background-color: #C2DC34;
}
.BgClassName
{
background-color: #C2DC34;
}
</style>
border-color css
<style>
span { border-color: #C2DC34; }
span { border-color: rgb(194,220,52); }
td.TdClassName
{
border-color: #C2DC34;
}
.TagClassName
{
border-color: #C2DC34;
}
</style>