Shades of Las Palmas #C2DB39
Tints of Las Palmas #C2DB39
RGB
CMYK
RGB Variations
Color information
#C2DB39 (or 0xC2DB39) is known color: Las Palmas. HEX triplet: C2, DB and 39. RGB value is (194,219,57). Sum of RGB (Red+Green+Blue) = 194+219+57=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 57 (22.66% from 255 or 12.13% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DB39 is #3D24C6. Grayscale: #C1C1C1. Windows color (decimal): -4007111 or 3791810. OLE color: 3791810.
HSL color Cylindrical-coordinate representation of color #C2DB39: hue angle of 69.26º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2DB39 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 57 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.14 |
| HSL | 69.26º | 0.69% | 0.54% | - |
| HSV(B) | 69.26º | 0.74% | 0.86% | - |
| XYZ | 48.32 | 62.43 | 13.37 | - |
| YUV | 193.06 | 51.22 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 57 | 0.11 | 0 | 0.74 | 0.14 | 69.26 | 0.69 | 0.54 |
| Hex | C2 | DB | 39 | B | 0 | 4A | E | 45 | 45 | 36 |
| Octal | 302 | 333 | 71 | 13 | 0 | 112 | 16 | 105 | 105 | 66 |
| Binary | 11000010 | 11011011 | 111001 | 1011 | 0 | 1001010 | 1110 | 1000101 | 1000101 | 110110 |
Color Harmonies of #C2DB39
Complementary color
Monochromatic Colors of #C2DB39
Black with #C2DB39
Text Example
Text Example
White with #C2DB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB39; }
p { color: rgb(194,219,57); }
H1.HeaderClassName
{
color: #C2DB39;
}
.AnyTagClassName
{
color: #C2DB39;
}
</style>
background-color css
<style>
a { background-color: #C2DB39; }
a { background-color: rgb(194,219,57); }
div.DivClassName
{
background-color: #C2DB39;
}
.BgClassName
{
background-color: #C2DB39;
}
</style>
border-color css
<style>
span { border-color: #C2DB39; }
span { border-color: rgb(194,219,57); }
td.TdClassName
{
border-color: #C2DB39;
}
.TagClassName
{
border-color: #C2DB39;
}
</style>