Shades of Las Palmas #C1D846
Tints of Las Palmas #C1D846
RGB
CMYK
RGB Variations
Color information
#C1D846 (or 0xC1D846) is known color: Las Palmas. HEX triplet: C1, D8 and 46. RGB value is (193,216,70). Sum of RGB (Red+Green+Blue) = 193+216+70=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 70 (27.73% from 255 or 14.61% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D846 is #3E27B9. Grayscale: #C1C1C1. Windows color (decimal): -4073402 or 4643009. OLE color: 4643009.
HSL color Cylindrical-coordinate representation of color #C1D846: hue angle of 69.45º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1D846 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 70 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.15 |
| HSL | 69.45º | 0.65% | 0.56% | - |
| HSV(B) | 69.45º | 0.68% | 0.85% | - |
| XYZ | 47.65 | 60.89 | 15.04 | - |
| YUV | 192.48 | 58.88 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 70 | 0.11 | 0 | 0.68 | 0.15 | 69.45 | 0.65 | 0.56 |
| Hex | C1 | D8 | 46 | B | 0 | 44 | F | 45 | 41 | 38 |
| Octal | 301 | 330 | 106 | 13 | 0 | 104 | 17 | 105 | 101 | 70 |
| Binary | 11000001 | 11011000 | 1000110 | 1011 | 0 | 1000100 | 1111 | 1000101 | 1000001 | 111000 |
Color Harmonies of #C1D846
Complementary color
Monochromatic Colors of #C1D846
Black with #C1D846
Text Example
Text Example
White with #C1D846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D846; }
p { color: rgb(193,216,70); }
H1.HeaderClassName
{
color: #C1D846;
}
.AnyTagClassName
{
color: #C1D846;
}
</style>
background-color css
<style>
a { background-color: #C1D846; }
a { background-color: rgb(193,216,70); }
div.DivClassName
{
background-color: #C1D846;
}
.BgClassName
{
background-color: #C1D846;
}
</style>
border-color css
<style>
span { border-color: #C1D846; }
span { border-color: rgb(193,216,70); }
td.TdClassName
{
border-color: #C1D846;
}
.TagClassName
{
border-color: #C1D846;
}
</style>