Shades of Las Palmas #C2D546
Tints of Las Palmas #C2D546
RGB
CMYK
RGB Variations
Color information
#C2D546 (or 0xC2D546) is known color: Las Palmas. HEX triplet: C2, D5 and 46. RGB value is (194,213,70). Sum of RGB (Red+Green+Blue) = 194+213+70=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 70 (27.73% from 255 or 14.68% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D546 is #3D2AB9. Grayscale: #BFBFBF. Windows color (decimal): -4008634 or 4642242. OLE color: 4642242.
HSL color Cylindrical-coordinate representation of color #C2D546: hue angle of 67.97º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2D546 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 70 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.16 |
| HSL | 67.97º | 0.63% | 0.55% | - |
| HSV(B) | 67.97º | 0.67% | 0.84% | - |
| XYZ | 47.15 | 59.5 | 14.79 | - |
| YUV | 191.02 | 59.71 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 70 | 0.09 | 0 | 0.67 | 0.16 | 67.97 | 0.63 | 0.55 |
| Hex | C2 | D5 | 46 | 9 | 0 | 43 | 10 | 44 | 3F | 37 |
| Octal | 302 | 325 | 106 | 11 | 0 | 103 | 20 | 104 | 77 | 67 |
| Binary | 11000010 | 11010101 | 1000110 | 1001 | 0 | 1000011 | 10000 | 1000100 | 111111 | 110111 |
Color Harmonies of #C2D546
Complementary color
Monochromatic Colors of #C2D546
Black with #C2D546
Text Example
Text Example
White with #C2D546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D546; }
p { color: rgb(194,213,70); }
H1.HeaderClassName
{
color: #C2D546;
}
.AnyTagClassName
{
color: #C2D546;
}
</style>
background-color css
<style>
a { background-color: #C2D546; }
a { background-color: rgb(194,213,70); }
div.DivClassName
{
background-color: #C2D546;
}
.BgClassName
{
background-color: #C2D546;
}
</style>
border-color css
<style>
span { border-color: #C2D546; }
span { border-color: rgb(194,213,70); }
td.TdClassName
{
border-color: #C2D546;
}
.TagClassName
{
border-color: #C2D546;
}
</style>