Shades of Las Palmas #C2D146
Tints of Las Palmas #C2D146
RGB
CMYK
RGB Variations
Color information
#C2D146 (or 0xC2D146) is known color: Las Palmas. HEX triplet: C2, D1 and 46. RGB value is (194,209,70). Sum of RGB (Red+Green+Blue) = 194+209+70=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D146 is #3D2EB9. Grayscale: #BDBDBD. Windows color (decimal): -4009658 or 4641218. OLE color: 4641218.
HSL color Cylindrical-coordinate representation of color #C2D146: hue angle of 66.47º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2D146 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 70 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.18 |
| HSL | 66.47º | 0.6% | 0.55% | - |
| HSV(B) | 66.47º | 0.67% | 0.82% | - |
| XYZ | 46.15 | 57.51 | 14.46 | - |
| YUV | 188.67 | 61.03 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 70 | 0.07 | 0 | 0.67 | 0.18 | 66.47 | 0.6 | 0.55 |
| Hex | C2 | D1 | 46 | 7 | 0 | 43 | 12 | 42 | 3C | 37 |
| Octal | 302 | 321 | 106 | 7 | 0 | 103 | 22 | 102 | 74 | 67 |
| Binary | 11000010 | 11010001 | 1000110 | 111 | 0 | 1000011 | 10010 | 1000010 | 111100 | 110111 |
Color Harmonies of #C2D146
Complementary color
Monochromatic Colors of #C2D146
Black with #C2D146
Text Example
Text Example
White with #C2D146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D146; }
p { color: rgb(194,209,70); }
H1.HeaderClassName
{
color: #C2D146;
}
.AnyTagClassName
{
color: #C2D146;
}
</style>
background-color css
<style>
a { background-color: #C2D146; }
a { background-color: rgb(194,209,70); }
div.DivClassName
{
background-color: #C2D146;
}
.BgClassName
{
background-color: #C2D146;
}
</style>
border-color css
<style>
span { border-color: #C2D146; }
span { border-color: rgb(194,209,70); }
td.TdClassName
{
border-color: #C2D146;
}
.TagClassName
{
border-color: #C2D146;
}
</style>