Shades of Las Palmas #C2DC31
Tints of Las Palmas #C2DC31
RGB
CMYK
RGB Variations
Color information
#C2DC31 (or 0xC2DC31) is known color: Las Palmas. HEX triplet: C2, DC and 31. RGB value is (194,220,49). Sum of RGB (Red+Green+Blue) = 194+220+49=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DC31 is #3D23CE. Grayscale: #C1C1C1. Windows color (decimal): -4006863 or 3267778. OLE color: 3267778.
HSL color Cylindrical-coordinate representation of color #C2DC31: hue angle of 69.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2DC31 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 49 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.14 |
| HSL | 69.12º | 0.71% | 0.53% | - |
| HSV(B) | 69.12º | 0.78% | 0.86% | - |
| XYZ | 48.4 | 62.88 | 12.49 | - |
| YUV | 192.73 | 46.89 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 49 | 0.12 | 0 | 0.78 | 0.14 | 69.12 | 0.71 | 0.53 |
| Hex | C2 | DC | 31 | C | 0 | 4E | E | 45 | 47 | 35 |
| Octal | 302 | 334 | 61 | 14 | 0 | 116 | 16 | 105 | 107 | 65 |
| Binary | 11000010 | 11011100 | 110001 | 1100 | 0 | 1001110 | 1110 | 1000101 | 1000111 | 110101 |
Color Harmonies of #C2DC31
Complementary color
Monochromatic Colors of #C2DC31
Black with #C2DC31
Text Example
Text Example
White with #C2DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC31; }
p { color: rgb(194,220,49); }
H1.HeaderClassName
{
color: #C2DC31;
}
.AnyTagClassName
{
color: #C2DC31;
}
</style>
background-color css
<style>
a { background-color: #C2DC31; }
a { background-color: rgb(194,220,49); }
div.DivClassName
{
background-color: #C2DC31;
}
.BgClassName
{
background-color: #C2DC31;
}
</style>
border-color css
<style>
span { border-color: #C2DC31; }
span { border-color: rgb(194,220,49); }
td.TdClassName
{
border-color: #C2DC31;
}
.TagClassName
{
border-color: #C2DC31;
}
</style>