Shades of Las Palmas #C2D439
Tints of Las Palmas #C2D439
RGB
CMYK
RGB Variations
Color information
#C2D439 (or 0xC2D439) is known color: Las Palmas. HEX triplet: C2, D4 and 39. RGB value is (194,212,57). Sum of RGB (Red+Green+Blue) = 194+212+57=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 57 (22.66% from 255 or 12.31% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D439 is #3D2BC6. Grayscale: #BDBDBD. Windows color (decimal): -4008903 or 3790018. OLE color: 3790018.
HSL color Cylindrical-coordinate representation of color #C2D439: hue angle of 66.97º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2D439 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 212 | 57 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.17 |
| HSL | 66.97º | 0.64% | 0.53% | - |
| HSV(B) | 66.97º | 0.73% | 0.83% | - |
| XYZ | 46.53 | 58.85 | 12.78 | - |
| YUV | 188.95 | 53.54 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 212 | 57 | 0.08 | 0 | 0.73 | 0.17 | 66.97 | 0.64 | 0.53 |
| Hex | C2 | D4 | 39 | 8 | 0 | 49 | 11 | 43 | 40 | 35 |
| Octal | 302 | 324 | 71 | 10 | 0 | 111 | 21 | 103 | 100 | 65 |
| Binary | 11000010 | 11010100 | 111001 | 1000 | 0 | 1001001 | 10001 | 1000011 | 1000000 | 110101 |
Color Harmonies of #C2D439
Complementary color
Monochromatic Colors of #C2D439
Black with #C2D439
Text Example
Text Example
White with #C2D439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D439; }
p { color: rgb(194,212,57); }
H1.HeaderClassName
{
color: #C2D439;
}
.AnyTagClassName
{
color: #C2D439;
}
</style>
background-color css
<style>
a { background-color: #C2D439; }
a { background-color: rgb(194,212,57); }
div.DivClassName
{
background-color: #C2D439;
}
.BgClassName
{
background-color: #C2D439;
}
</style>
border-color css
<style>
span { border-color: #C2D439; }
span { border-color: rgb(194,212,57); }
td.TdClassName
{
border-color: #C2D439;
}
.TagClassName
{
border-color: #C2D439;
}
</style>