Shades of Las Palmas #C2DC32
Tints of Las Palmas #C2DC32
RGB
CMYK
RGB Variations
Color information
#C2DC32 (or 0xC2DC32) is known color: Las Palmas. HEX triplet: C2, DC and 32. RGB value is (194,220,50). Sum of RGB (Red+Green+Blue) = 194+220+50=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 50 (19.92% from 255 or 10.78% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DC32 is #3D23CD. Grayscale: #C1C1C1. Windows color (decimal): -4006862 or 3333314. OLE color: 3333314.
HSL color Cylindrical-coordinate representation of color #C2DC32: hue angle of 69.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2DC32 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 50 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.14 |
| HSL | 69.18º | 0.71% | 0.53% | - |
| HSV(B) | 69.18º | 0.77% | 0.86% | - |
| XYZ | 48.42 | 62.89 | 12.6 | - |
| YUV | 192.85 | 47.39 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 50 | 0.12 | 0 | 0.77 | 0.14 | 69.18 | 0.71 | 0.53 |
| Hex | C2 | DC | 32 | C | 0 | 4D | E | 45 | 47 | 35 |
| Octal | 302 | 334 | 62 | 14 | 0 | 115 | 16 | 105 | 107 | 65 |
| Binary | 11000010 | 11011100 | 110010 | 1100 | 0 | 1001101 | 1110 | 1000101 | 1000111 | 110101 |
Color Harmonies of #C2DC32
Complementary color
Monochromatic Colors of #C2DC32
Black with #C2DC32
Text Example
Text Example
White with #C2DC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC32; }
p { color: rgb(194,220,50); }
H1.HeaderClassName
{
color: #C2DC32;
}
.AnyTagClassName
{
color: #C2DC32;
}
</style>
background-color css
<style>
a { background-color: #C2DC32; }
a { background-color: rgb(194,220,50); }
div.DivClassName
{
background-color: #C2DC32;
}
.BgClassName
{
background-color: #C2DC32;
}
</style>
border-color css
<style>
span { border-color: #C2DC32; }
span { border-color: rgb(194,220,50); }
td.TdClassName
{
border-color: #C2DC32;
}
.TagClassName
{
border-color: #C2DC32;
}
</style>