Shades of Las Palmas #C3DC45
Tints of Las Palmas #C3DC45
RGB
CMYK
RGB Variations
Color information
#C3DC45 (or 0xC3DC45) is known color: Las Palmas. HEX triplet: C3, DC and 45. RGB value is (195,220,69). Sum of RGB (Red+Green+Blue) = 195+220+69=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3DC45 is #3C23BA. Grayscale: #C3C3C3. Windows color (decimal): -3941307 or 4578499. OLE color: 4578499.
HSL color Cylindrical-coordinate representation of color #C3DC45: hue angle of 69.93º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3DC45 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 220 | 69 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.14 |
| HSL | 69.93º | 0.68% | 0.57% | - |
| HSV(B) | 69.93º | 0.69% | 0.86% | - |
| XYZ | 49.17 | 63.22 | 15.24 | - |
| YUV | 195.31 | 56.72 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 69 | 0.11 | 0 | 0.69 | 0.14 | 69.93 | 0.68 | 0.57 |
| Hex | C3 | DC | 45 | B | 0 | 45 | E | 46 | 44 | 39 |
| Octal | 303 | 334 | 105 | 13 | 0 | 105 | 16 | 106 | 104 | 71 |
| Binary | 11000011 | 11011100 | 1000101 | 1011 | 0 | 1000101 | 1110 | 1000110 | 1000100 | 111001 |
Color Harmonies of #C3DC45
Complementary color
Monochromatic Colors of #C3DC45
Black with #C3DC45
Text Example
Text Example
White with #C3DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DC45; }
p { color: rgb(195,220,69); }
H1.HeaderClassName
{
color: #C3DC45;
}
.AnyTagClassName
{
color: #C3DC45;
}
</style>
background-color css
<style>
a { background-color: #C3DC45; }
a { background-color: rgb(195,220,69); }
div.DivClassName
{
background-color: #C3DC45;
}
.BgClassName
{
background-color: #C3DC45;
}
</style>
border-color css
<style>
span { border-color: #C3DC45; }
span { border-color: rgb(195,220,69); }
td.TdClassName
{
border-color: #C3DC45;
}
.TagClassName
{
border-color: #C3DC45;
}
</style>