Shades of Las Palmas #C2D344
Tints of Las Palmas #C2D344
RGB
CMYK
RGB Variations
Color information
#C2D344 (or 0xC2D344) is known color: Las Palmas. HEX triplet: C2, D3 and 44. RGB value is (194,211,68). Sum of RGB (Red+Green+Blue) = 194+211+68=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 68 (26.95% from 255 or 14.38% from 473); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D344 is #3D2CBB. Grayscale: #BEBEBE. Windows color (decimal): -4009148 or 4510658. OLE color: 4510658.
HSL color Cylindrical-coordinate representation of color #C2D344: hue angle of 67.13º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2D344 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 68 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.17 |
| HSL | 67.13º | 0.62% | 0.55% | - |
| HSV(B) | 67.13º | 0.68% | 0.83% | - |
| XYZ | 46.59 | 58.48 | 14.3 | - |
| YUV | 189.62 | 59.37 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 68 | 0.08 | 0 | 0.68 | 0.17 | 67.13 | 0.62 | 0.55 |
| Hex | C2 | D3 | 44 | 8 | 0 | 44 | 11 | 43 | 3E | 37 |
| Octal | 302 | 323 | 104 | 10 | 0 | 104 | 21 | 103 | 76 | 67 |
| Binary | 11000010 | 11010011 | 1000100 | 1000 | 0 | 1000100 | 10001 | 1000011 | 111110 | 110111 |
Color Harmonies of #C2D344
Complementary color
Monochromatic Colors of #C2D344
Black with #C2D344
Text Example
Text Example
White with #C2D344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D344; }
p { color: rgb(194,211,68); }
H1.HeaderClassName
{
color: #C2D344;
}
.AnyTagClassName
{
color: #C2D344;
}
</style>
background-color css
<style>
a { background-color: #C2D344; }
a { background-color: rgb(194,211,68); }
div.DivClassName
{
background-color: #C2D344;
}
.BgClassName
{
background-color: #C2D344;
}
</style>
border-color css
<style>
span { border-color: #C2D344; }
span { border-color: rgb(194,211,68); }
td.TdClassName
{
border-color: #C2D344;
}
.TagClassName
{
border-color: #C2D344;
}
</style>