Shades of Las Palmas #C2DA37
Tints of Las Palmas #C2DA37
RGB
CMYK
RGB Variations
Color information
#C2DA37 (or 0xC2DA37) is known color: Las Palmas. HEX triplet: C2, DA and 37. RGB value is (194,218,55). Sum of RGB (Red+Green+Blue) = 194+218+55=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 55 (21.88% from 255 or 11.78% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DA37 is #3D25C8. Grayscale: #C0C0C0. Windows color (decimal): -4007369 or 3660482. OLE color: 3660482.
HSL color Cylindrical-coordinate representation of color #C2DA37: hue angle of 68.83º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2DA37 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 55 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.15 |
| HSL | 68.83º | 0.69% | 0.54% | - |
| HSV(B) | 68.83º | 0.75% | 0.85% | - |
| XYZ | 48.01 | 61.89 | 13.03 | - |
| YUV | 192.24 | 50.55 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 55 | 0.11 | 0 | 0.75 | 0.15 | 68.83 | 0.69 | 0.54 |
| Hex | C2 | DA | 37 | B | 0 | 4B | F | 45 | 45 | 36 |
| Octal | 302 | 332 | 67 | 13 | 0 | 113 | 17 | 105 | 105 | 66 |
| Binary | 11000010 | 11011010 | 110111 | 1011 | 0 | 1001011 | 1111 | 1000101 | 1000101 | 110110 |
Color Harmonies of #C2DA37
Complementary color
Monochromatic Colors of #C2DA37
Black with #C2DA37
Text Example
Text Example
White with #C2DA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DA37; }
p { color: rgb(194,218,55); }
H1.HeaderClassName
{
color: #C2DA37;
}
.AnyTagClassName
{
color: #C2DA37;
}
</style>
background-color css
<style>
a { background-color: #C2DA37; }
a { background-color: rgb(194,218,55); }
div.DivClassName
{
background-color: #C2DA37;
}
.BgClassName
{
background-color: #C2DA37;
}
</style>
border-color css
<style>
span { border-color: #C2DA37; }
span { border-color: rgb(194,218,55); }
td.TdClassName
{
border-color: #C2DA37;
}
.TagClassName
{
border-color: #C2DA37;
}
</style>