Shades of Las Palmas #C2D140
Tints of Las Palmas #C2D140
RGB
CMYK
RGB Variations
Color information
#C2D140 (or 0xC2D140) is known color: Las Palmas. HEX triplet: C2, D1 and 40. RGB value is (194,209,64). Sum of RGB (Red+Green+Blue) = 194+209+64=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D140 is #3D2EBF. Grayscale: #BCBCBC. Windows color (decimal): -4009664 or 4248002. OLE color: 4248002.
HSL color Cylindrical-coordinate representation of color #C2D140: hue angle of 66.21º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2D140 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 64 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.18 |
| HSL | 66.21º | 0.61% | 0.54% | - |
| HSV(B) | 66.21º | 0.69% | 0.82% | - |
| XYZ | 45.97 | 57.44 | 13.51 | - |
| YUV | 187.99 | 58.03 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 64 | 0.07 | 0 | 0.69 | 0.18 | 66.21 | 0.61 | 0.54 |
| Hex | C2 | D1 | 40 | 7 | 0 | 45 | 12 | 42 | 3D | 36 |
| Octal | 302 | 321 | 100 | 7 | 0 | 105 | 22 | 102 | 75 | 66 |
| Binary | 11000010 | 11010001 | 1000000 | 111 | 0 | 1000101 | 10010 | 1000010 | 111101 | 110110 |
Color Harmonies of #C2D140
Complementary color
Monochromatic Colors of #C2D140
Black with #C2D140
Text Example
Text Example
White with #C2D140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D140; }
p { color: rgb(194,209,64); }
H1.HeaderClassName
{
color: #C2D140;
}
.AnyTagClassName
{
color: #C2D140;
}
</style>
background-color css
<style>
a { background-color: #C2D140; }
a { background-color: rgb(194,209,64); }
div.DivClassName
{
background-color: #C2D140;
}
.BgClassName
{
background-color: #C2D140;
}
</style>
border-color css
<style>
span { border-color: #C2D140; }
span { border-color: rgb(194,209,64); }
td.TdClassName
{
border-color: #C2D140;
}
.TagClassName
{
border-color: #C2D140;
}
</style>