Shades of Las Palmas #C2D544
Tints of Las Palmas #C2D544
RGB
CMYK
RGB Variations
Color information
#C2D544 (or 0xC2D544) is known color: Las Palmas. HEX triplet: C2, D5 and 44. RGB value is (194,213,68). Sum of RGB (Red+Green+Blue) = 194+213+68=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 68 (26.95% from 255 or 14.32% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D544 is #3D2ABB. Grayscale: #BFBFBF. Windows color (decimal): -4008636 or 4511170. OLE color: 4511170.
HSL color Cylindrical-coordinate representation of color #C2D544: hue angle of 67.86º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2D544 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 68 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.16 |
| HSL | 67.86º | 0.63% | 0.55% | - |
| HSV(B) | 67.86º | 0.68% | 0.84% | - |
| XYZ | 47.09 | 59.48 | 14.47 | - |
| YUV | 190.79 | 58.71 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 68 | 0.09 | 0 | 0.68 | 0.16 | 67.86 | 0.63 | 0.55 |
| Hex | C2 | D5 | 44 | 9 | 0 | 44 | 10 | 44 | 3F | 37 |
| Octal | 302 | 325 | 104 | 11 | 0 | 104 | 20 | 104 | 77 | 67 |
| Binary | 11000010 | 11010101 | 1000100 | 1001 | 0 | 1000100 | 10000 | 1000100 | 111111 | 110111 |
Color Harmonies of #C2D544
Complementary color
Monochromatic Colors of #C2D544
Black with #C2D544
Text Example
Text Example
White with #C2D544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D544; }
p { color: rgb(194,213,68); }
H1.HeaderClassName
{
color: #C2D544;
}
.AnyTagClassName
{
color: #C2D544;
}
</style>
background-color css
<style>
a { background-color: #C2D544; }
a { background-color: rgb(194,213,68); }
div.DivClassName
{
background-color: #C2D544;
}
.BgClassName
{
background-color: #C2D544;
}
</style>
border-color css
<style>
span { border-color: #C2D544; }
span { border-color: rgb(194,213,68); }
td.TdClassName
{
border-color: #C2D544;
}
.TagClassName
{
border-color: #C2D544;
}
</style>