Shades of Las Palmas #C2D437
Tints of Las Palmas #C2D437
RGB
CMYK
RGB Variations
Color information
#C2D437 (or 0xC2D437) is known color: Las Palmas. HEX triplet: C2, D4 and 37. RGB value is (194,212,55). Sum of RGB (Red+Green+Blue) = 194+212+55=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 55 (21.88% from 255 or 11.93% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D437 is #3D2BC8. Grayscale: #BDBDBD. Windows color (decimal): -4008905 or 3658946. OLE color: 3658946.
HSL color Cylindrical-coordinate representation of color #C2D437: hue angle of 66.88º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2D437 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 212 | 55 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.17 |
| HSL | 66.88º | 0.65% | 0.52% | - |
| HSV(B) | 66.88º | 0.74% | 0.83% | - |
| XYZ | 46.48 | 58.83 | 12.52 | - |
| YUV | 188.72 | 52.54 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 212 | 55 | 0.08 | 0 | 0.74 | 0.17 | 66.88 | 0.65 | 0.52 |
| Hex | C2 | D4 | 37 | 8 | 0 | 4A | 11 | 43 | 41 | 34 |
| Octal | 302 | 324 | 67 | 10 | 0 | 112 | 21 | 103 | 101 | 64 |
| Binary | 11000010 | 11010100 | 110111 | 1000 | 0 | 1001010 | 10001 | 1000011 | 1000001 | 110100 |
Color Harmonies of #C2D437
Complementary color
Monochromatic Colors of #C2D437
Black with #C2D437
Text Example
Text Example
White with #C2D437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D437; }
p { color: rgb(194,212,55); }
H1.HeaderClassName
{
color: #C2D437;
}
.AnyTagClassName
{
color: #C2D437;
}
</style>
background-color css
<style>
a { background-color: #C2D437; }
a { background-color: rgb(194,212,55); }
div.DivClassName
{
background-color: #C2D437;
}
.BgClassName
{
background-color: #C2D437;
}
</style>
border-color css
<style>
span { border-color: #C2D437; }
span { border-color: rgb(194,212,55); }
td.TdClassName
{
border-color: #C2D437;
}
.TagClassName
{
border-color: #C2D437;
}
</style>