Shades of Las Palmas #C2DD34
Tints of Las Palmas #C2DD34
RGB
CMYK
RGB Variations
Color information
#C2DD34 (or 0xC2DD34) is known color: Las Palmas. HEX triplet: C2, DD and 34. RGB value is (194,221,52). Sum of RGB (Red+Green+Blue) = 194+221+52=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DD34 is #3D22CB. Grayscale: #C2C2C2. Windows color (decimal): -4006604 or 3464642. OLE color: 3464642.
HSL color Cylindrical-coordinate representation of color #C2DD34: hue angle of 69.59º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2DD34 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 52 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.13 |
| HSL | 69.59º | 0.71% | 0.54% | - |
| HSV(B) | 69.59º | 0.76% | 0.87% | - |
| XYZ | 48.72 | 63.43 | 12.92 | - |
| YUV | 193.66 | 48.05 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 52 | 0.12 | 0 | 0.76 | 0.13 | 69.59 | 0.71 | 0.54 |
| Hex | C2 | DD | 34 | C | 0 | 4C | D | 46 | 47 | 36 |
| Octal | 302 | 335 | 64 | 14 | 0 | 114 | 15 | 106 | 107 | 66 |
| Binary | 11000010 | 11011101 | 110100 | 1100 | 0 | 1001100 | 1101 | 1000110 | 1000111 | 110110 |
Color Harmonies of #C2DD34
Complementary color
Monochromatic Colors of #C2DD34
Black with #C2DD34
Text Example
Text Example
White with #C2DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD34; }
p { color: rgb(194,221,52); }
H1.HeaderClassName
{
color: #C2DD34;
}
.AnyTagClassName
{
color: #C2DD34;
}
</style>
background-color css
<style>
a { background-color: #C2DD34; }
a { background-color: rgb(194,221,52); }
div.DivClassName
{
background-color: #C2DD34;
}
.BgClassName
{
background-color: #C2DD34;
}
</style>
border-color css
<style>
span { border-color: #C2DD34; }
span { border-color: rgb(194,221,52); }
td.TdClassName
{
border-color: #C2DD34;
}
.TagClassName
{
border-color: #C2DD34;
}
</style>