Shades of Las Palmas #C2DB32
Tints of Las Palmas #C2DB32
RGB
CMYK
RGB Variations
Color information
#C2DB32 (or 0xC2DB32) is known color: Las Palmas. HEX triplet: C2, DB and 32. RGB value is (194,219,50). Sum of RGB (Red+Green+Blue) = 194+219+50=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DB32 is #3D24CD. Grayscale: #C0C0C0. Windows color (decimal): -4007118 or 3333058. OLE color: 3333058.
HSL color Cylindrical-coordinate representation of color #C2DB32: hue angle of 68.88º degrees, saturation: 0.7, 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 #C2DB32 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 50 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.14 |
| HSL | 68.88º | 0.7% | 0.53% | - |
| HSV(B) | 68.88º | 0.77% | 0.86% | - |
| XYZ | 48.16 | 62.36 | 12.52 | - |
| YUV | 192.26 | 47.72 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 50 | 0.11 | 0 | 0.77 | 0.14 | 68.88 | 0.7 | 0.53 |
| Hex | C2 | DB | 32 | B | 0 | 4D | E | 45 | 46 | 35 |
| Octal | 302 | 333 | 62 | 13 | 0 | 115 | 16 | 105 | 106 | 65 |
| Binary | 11000010 | 11011011 | 110010 | 1011 | 0 | 1001101 | 1110 | 1000101 | 1000110 | 110101 |
Color Harmonies of #C2DB32
Complementary color
Monochromatic Colors of #C2DB32
Black with #C2DB32
Text Example
Text Example
White with #C2DB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB32; }
p { color: rgb(194,219,50); }
H1.HeaderClassName
{
color: #C2DB32;
}
.AnyTagClassName
{
color: #C2DB32;
}
</style>
background-color css
<style>
a { background-color: #C2DB32; }
a { background-color: rgb(194,219,50); }
div.DivClassName
{
background-color: #C2DB32;
}
.BgClassName
{
background-color: #C2DB32;
}
</style>
border-color css
<style>
span { border-color: #C2DB32; }
span { border-color: rgb(194,219,50); }
td.TdClassName
{
border-color: #C2DB32;
}
.TagClassName
{
border-color: #C2DB32;
}
</style>