Shades of Las Palmas #C3DC43
Tints of Las Palmas #C3DC43
RGB
CMYK
RGB Variations
Color information
#C3DC43 (or 0xC3DC43) is known color: Las Palmas. HEX triplet: C3, DC and 43. RGB value is (195,220,67). Sum of RGB (Red+Green+Blue) = 195+220+67=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 67 (26.56% from 255 or 13.90% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3DC43 is #3C23BC. Grayscale: #C3C3C3. Windows color (decimal): -3941309 or 4447427. OLE color: 4447427.
HSL color Cylindrical-coordinate representation of color #C3DC43: hue angle of 69.8º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3DC43 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 220 | 67 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.14 |
| HSL | 69.8º | 0.69% | 0.56% | - |
| HSV(B) | 69.8º | 0.7% | 0.86% | - |
| XYZ | 49.11 | 63.19 | 14.92 | - |
| YUV | 195.08 | 55.72 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 67 | 0.11 | 0 | 0.70 | 0.14 | 69.8 | 0.69 | 0.56 |
| Hex | C3 | DC | 43 | B | 0 | 46 | E | 46 | 45 | 38 |
| Octal | 303 | 334 | 103 | 13 | 0 | 106 | 16 | 106 | 105 | 70 |
| Binary | 11000011 | 11011100 | 1000011 | 1011 | 0 | 1000110 | 1110 | 1000110 | 1000101 | 111000 |
Color Harmonies of #C3DC43
Complementary color
Monochromatic Colors of #C3DC43
Black with #C3DC43
Text Example
Text Example
White with #C3DC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DC43; }
p { color: rgb(195,220,67); }
H1.HeaderClassName
{
color: #C3DC43;
}
.AnyTagClassName
{
color: #C3DC43;
}
</style>
background-color css
<style>
a { background-color: #C3DC43; }
a { background-color: rgb(195,220,67); }
div.DivClassName
{
background-color: #C3DC43;
}
.BgClassName
{
background-color: #C3DC43;
}
</style>
border-color css
<style>
span { border-color: #C3DC43; }
span { border-color: rgb(195,220,67); }
td.TdClassName
{
border-color: #C3DC43;
}
.TagClassName
{
border-color: #C3DC43;
}
</style>