Shades of Las Palmas #C2D149
Tints of Las Palmas #C2D149
RGB
CMYK
RGB Variations
Color information
#C2D149 (or 0xC2D149) is known color: Las Palmas. HEX triplet: C2, D1 and 49. RGB value is (194,209,73). Sum of RGB (Red+Green+Blue) = 194+209+73=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D149 is #3D2EB6. Grayscale: #BDBDBD. Windows color (decimal): -4009655 or 4837826. OLE color: 4837826.
HSL color Cylindrical-coordinate representation of color #C2D149: hue angle of 66.62º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2D149 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 73 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.18 |
| HSL | 66.62º | 0.6% | 0.55% | - |
| HSV(B) | 66.62º | 0.65% | 0.82% | - |
| XYZ | 46.25 | 57.55 | 14.97 | - |
| YUV | 189.01 | 62.53 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 73 | 0.07 | 0 | 0.65 | 0.18 | 66.62 | 0.6 | 0.55 |
| Hex | C2 | D1 | 49 | 7 | 0 | 41 | 12 | 43 | 3C | 37 |
| Octal | 302 | 321 | 111 | 7 | 0 | 101 | 22 | 103 | 74 | 67 |
| Binary | 11000010 | 11010001 | 1001001 | 111 | 0 | 1000001 | 10010 | 1000011 | 111100 | 110111 |
Color Harmonies of #C2D149
Complementary color
Monochromatic Colors of #C2D149
Black with #C2D149
Text Example
Text Example
White with #C2D149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D149; }
p { color: rgb(194,209,73); }
H1.HeaderClassName
{
color: #C2D149;
}
.AnyTagClassName
{
color: #C2D149;
}
</style>
background-color css
<style>
a { background-color: #C2D149; }
a { background-color: rgb(194,209,73); }
div.DivClassName
{
background-color: #C2D149;
}
.BgClassName
{
background-color: #C2D149;
}
</style>
border-color css
<style>
span { border-color: #C2D149; }
span { border-color: rgb(194,209,73); }
td.TdClassName
{
border-color: #C2D149;
}
.TagClassName
{
border-color: #C2D149;
}
</style>