Shades of Las Palmas #C3DB3B
Tints of Las Palmas #C3DB3B
RGB
CMYK
RGB Variations
Color information
#C3DB3B (or 0xC3DB3B) is known color: Las Palmas. HEX triplet: C3, DB and 3B. RGB value is (195,219,59). Sum of RGB (Red+Green+Blue) = 195+219+59=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 59 (23.44% from 255 or 12.47% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3DB3B is #3C24C4. Grayscale: #C2C2C2. Windows color (decimal): -3941573 or 3922883. OLE color: 3922883.
HSL color Cylindrical-coordinate representation of color #C3DB3B: hue angle of 69º 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 #C3DB3B is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 219 | 59 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.14 |
| HSL | 69º | 0.69% | 0.55% | - |
| HSV(B) | 69º | 0.73% | 0.86% | - |
| XYZ | 48.63 | 62.58 | 13.65 | - |
| YUV | 193.58 | 52.05 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 59 | 0.11 | 0 | 0.73 | 0.14 | 69 | 0.69 | 0.55 |
| Hex | C3 | DB | 3B | B | 0 | 49 | E | 45 | 45 | 37 |
| Octal | 303 | 333 | 73 | 13 | 0 | 111 | 16 | 105 | 105 | 67 |
| Binary | 11000011 | 11011011 | 111011 | 1011 | 0 | 1001001 | 1110 | 1000101 | 1000101 | 110111 |
Color Harmonies of #C3DB3B
Complementary color
Monochromatic Colors of #C3DB3B
Black with #C3DB3B
Text Example
Text Example
White with #C3DB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DB3B; }
p { color: rgb(195,219,59); }
H1.HeaderClassName
{
color: #C3DB3B;
}
.AnyTagClassName
{
color: #C3DB3B;
}
</style>
background-color css
<style>
a { background-color: #C3DB3B; }
a { background-color: rgb(195,219,59); }
div.DivClassName
{
background-color: #C3DB3B;
}
.BgClassName
{
background-color: #C3DB3B;
}
</style>
border-color css
<style>
span { border-color: #C3DB3B; }
span { border-color: rgb(195,219,59); }
td.TdClassName
{
border-color: #C3DB3B;
}
.TagClassName
{
border-color: #C3DB3B;
}
</style>