Shades of Las Palmas #C2DB3F
Tints of Las Palmas #C2DB3F
RGB
CMYK
RGB Variations
Color information
#C2DB3F (or 0xC2DB3F) is known color: Las Palmas. HEX triplet: C2, DB and 3F. RGB value is (194,219,63). Sum of RGB (Red+Green+Blue) = 194+219+63=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 63 (25% from 255 or 13.24% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DB3F is #3D24C0. Grayscale: #C2C2C2. Windows color (decimal): -4007105 or 4185026. OLE color: 4185026.
HSL color Cylindrical-coordinate representation of color #C2DB3F: hue angle of 69.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2DB3F is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 63 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.14 |
| HSL | 69.62º | 0.68% | 0.55% | - |
| HSV(B) | 69.62º | 0.71% | 0.86% | - |
| XYZ | 48.48 | 62.49 | 14.21 | - |
| YUV | 193.74 | 54.22 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 63 | 0.11 | 0 | 0.71 | 0.14 | 69.62 | 0.68 | 0.55 |
| Hex | C2 | DB | 3F | B | 0 | 47 | E | 46 | 44 | 37 |
| Octal | 302 | 333 | 77 | 13 | 0 | 107 | 16 | 106 | 104 | 67 |
| Binary | 11000010 | 11011011 | 111111 | 1011 | 0 | 1000111 | 1110 | 1000110 | 1000100 | 110111 |
Color Harmonies of #C2DB3F
Complementary color
Monochromatic Colors of #C2DB3F
Black with #C2DB3F
Text Example
Text Example
White with #C2DB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB3F; }
p { color: rgb(194,219,63); }
H1.HeaderClassName
{
color: #C2DB3F;
}
.AnyTagClassName
{
color: #C2DB3F;
}
</style>
background-color css
<style>
a { background-color: #C2DB3F; }
a { background-color: rgb(194,219,63); }
div.DivClassName
{
background-color: #C2DB3F;
}
.BgClassName
{
background-color: #C2DB3F;
}
</style>
border-color css
<style>
span { border-color: #C2DB3F; }
span { border-color: rgb(194,219,63); }
td.TdClassName
{
border-color: #C2DB3F;
}
.TagClassName
{
border-color: #C2DB3F;
}
</style>