Shades of Las Palmas #C2DB3C
Tints of Las Palmas #C2DB3C
RGB
CMYK
RGB Variations
Color information
#C2DB3C (or 0xC2DB3C) is known color: Las Palmas. HEX triplet: C2, DB and 3C. RGB value is (194,219,60). Sum of RGB (Red+Green+Blue) = 194+219+60=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DB3C is #3D24C3. Grayscale: #C2C2C2. Windows color (decimal): -4007108 or 3988418. OLE color: 3988418.
HSL color Cylindrical-coordinate representation of color #C2DB3C: hue angle of 69.43º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2DB3C is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 60 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.14 |
| HSL | 69.43º | 0.69% | 0.55% | - |
| HSV(B) | 69.43º | 0.73% | 0.86% | - |
| XYZ | 48.4 | 62.46 | 13.78 | - |
| YUV | 193.4 | 52.72 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 60 | 0.11 | 0 | 0.73 | 0.14 | 69.43 | 0.69 | 0.55 |
| Hex | C2 | DB | 3C | B | 0 | 49 | E | 45 | 45 | 37 |
| Octal | 302 | 333 | 74 | 13 | 0 | 111 | 16 | 105 | 105 | 67 |
| Binary | 11000010 | 11011011 | 111100 | 1011 | 0 | 1001001 | 1110 | 1000101 | 1000101 | 110111 |
Color Harmonies of #C2DB3C
Complementary color
Monochromatic Colors of #C2DB3C
Black with #C2DB3C
Text Example
Text Example
White with #C2DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB3C; }
p { color: rgb(194,219,60); }
H1.HeaderClassName
{
color: #C2DB3C;
}
.AnyTagClassName
{
color: #C2DB3C;
}
</style>
background-color css
<style>
a { background-color: #C2DB3C; }
a { background-color: rgb(194,219,60); }
div.DivClassName
{
background-color: #C2DB3C;
}
.BgClassName
{
background-color: #C2DB3C;
}
</style>
border-color css
<style>
span { border-color: #C2DB3C; }
span { border-color: rgb(194,219,60); }
td.TdClassName
{
border-color: #C2DB3C;
}
.TagClassName
{
border-color: #C2DB3C;
}
</style>