Shades of Las Palmas #C2D939
Tints of Las Palmas #C2D939
RGB
CMYK
RGB Variations
Color information
#C2D939 (or 0xC2D939) is known color: Las Palmas. HEX triplet: C2, D9 and 39. RGB value is (194,217,57). Sum of RGB (Red+Green+Blue) = 194+217+57=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 57 (22.66% from 255 or 12.18% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D939 is #3D26C6. Grayscale: #C0C0C0. Windows color (decimal): -4007623 or 3791298. OLE color: 3791298.
HSL color Cylindrical-coordinate representation of color #C2D939: hue angle of 68.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2D939 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 57 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.15 |
| HSL | 68.63º | 0.68% | 0.54% | - |
| HSV(B) | 68.63º | 0.74% | 0.85% | - |
| XYZ | 47.8 | 61.39 | 13.2 | - |
| YUV | 191.88 | 51.88 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 57 | 0.11 | 0 | 0.74 | 0.15 | 68.63 | 0.68 | 0.54 |
| Hex | C2 | D9 | 39 | B | 0 | 4A | F | 45 | 44 | 36 |
| Octal | 302 | 331 | 71 | 13 | 0 | 112 | 17 | 105 | 104 | 66 |
| Binary | 11000010 | 11011001 | 111001 | 1011 | 0 | 1001010 | 1111 | 1000101 | 1000100 | 110110 |
Color Harmonies of #C2D939
Complementary color
Monochromatic Colors of #C2D939
Black with #C2D939
Text Example
Text Example
White with #C2D939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D939; }
p { color: rgb(194,217,57); }
H1.HeaderClassName
{
color: #C2D939;
}
.AnyTagClassName
{
color: #C2D939;
}
</style>
background-color css
<style>
a { background-color: #C2D939; }
a { background-color: rgb(194,217,57); }
div.DivClassName
{
background-color: #C2D939;
}
.BgClassName
{
background-color: #C2D939;
}
</style>
border-color css
<style>
span { border-color: #C2D939; }
span { border-color: rgb(194,217,57); }
td.TdClassName
{
border-color: #C2D939;
}
.TagClassName
{
border-color: #C2D939;
}
</style>