Shades of Las Palmas #C2D148
Tints of Las Palmas #C2D148
RGB
CMYK
RGB Variations
Color information
#C2D148 (or 0xC2D148) is known color: Las Palmas. HEX triplet: C2, D1 and 48. RGB value is (194,209,72). Sum of RGB (Red+Green+Blue) = 194+209+72=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D148 is #3D2EB7. Grayscale: #BDBDBD. Windows color (decimal): -4009656 or 4772290. OLE color: 4772290.
HSL color Cylindrical-coordinate representation of color #C2D148: hue angle of 66.57º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2D148 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 72 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.18 |
| HSL | 66.57º | 0.6% | 0.55% | - |
| HSV(B) | 66.57º | 0.66% | 0.82% | - |
| XYZ | 46.22 | 57.54 | 14.8 | - |
| YUV | 188.9 | 62.03 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 72 | 0.07 | 0 | 0.66 | 0.18 | 66.57 | 0.6 | 0.55 |
| Hex | C2 | D1 | 48 | 7 | 0 | 42 | 12 | 43 | 3C | 37 |
| Octal | 302 | 321 | 110 | 7 | 0 | 102 | 22 | 103 | 74 | 67 |
| Binary | 11000010 | 11010001 | 1001000 | 111 | 0 | 1000010 | 10010 | 1000011 | 111100 | 110111 |
Color Harmonies of #C2D148
Complementary color
Monochromatic Colors of #C2D148
Black with #C2D148
Text Example
Text Example
White with #C2D148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D148; }
p { color: rgb(194,209,72); }
H1.HeaderClassName
{
color: #C2D148;
}
.AnyTagClassName
{
color: #C2D148;
}
</style>
background-color css
<style>
a { background-color: #C2D148; }
a { background-color: rgb(194,209,72); }
div.DivClassName
{
background-color: #C2D148;
}
.BgClassName
{
background-color: #C2D148;
}
</style>
border-color css
<style>
span { border-color: #C2D148; }
span { border-color: rgb(194,209,72); }
td.TdClassName
{
border-color: #C2D148;
}
.TagClassName
{
border-color: #C2D148;
}
</style>