Shades of Las Palmas #C2D746
Tints of Las Palmas #C2D746
RGB
CMYK
RGB Variations
Color information
#C2D746 (or 0xC2D746) is known color: Las Palmas. HEX triplet: C2, D7 and 46. RGB value is (194,215,70). Sum of RGB (Red+Green+Blue) = 194+215+70=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 70 (27.73% from 255 or 14.61% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D746 is #3D28B9. Grayscale: #C0C0C0. Windows color (decimal): -4008122 or 4642754. OLE color: 4642754.
HSL color Cylindrical-coordinate representation of color #C2D746: hue angle of 68.69º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2D746 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 70 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.16 |
| HSL | 68.69º | 0.64% | 0.56% | - |
| HSV(B) | 68.69º | 0.67% | 0.84% | - |
| XYZ | 47.65 | 60.51 | 14.96 | - |
| YUV | 192.19 | 59.04 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 70 | 0.10 | 0 | 0.67 | 0.16 | 68.69 | 0.64 | 0.56 |
| Hex | C2 | D7 | 46 | A | 0 | 43 | 10 | 45 | 40 | 38 |
| Octal | 302 | 327 | 106 | 12 | 0 | 103 | 20 | 105 | 100 | 70 |
| Binary | 11000010 | 11010111 | 1000110 | 1010 | 0 | 1000011 | 10000 | 1000101 | 1000000 | 111000 |
Color Harmonies of #C2D746
Complementary color
Monochromatic Colors of #C2D746
Black with #C2D746
Text Example
Text Example
White with #C2D746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D746; }
p { color: rgb(194,215,70); }
H1.HeaderClassName
{
color: #C2D746;
}
.AnyTagClassName
{
color: #C2D746;
}
</style>
background-color css
<style>
a { background-color: #C2D746; }
a { background-color: rgb(194,215,70); }
div.DivClassName
{
background-color: #C2D746;
}
.BgClassName
{
background-color: #C2D746;
}
</style>
border-color css
<style>
span { border-color: #C2D746; }
span { border-color: rgb(194,215,70); }
td.TdClassName
{
border-color: #C2D746;
}
.TagClassName
{
border-color: #C2D746;
}
</style>