Shades of Las Palmas #C2D646
Tints of Las Palmas #C2D646
RGB
CMYK
RGB Variations
Color information
#C2D646 (or 0xC2D646) is known color: Las Palmas. HEX triplet: C2, D6 and 46. RGB value is (194,214,70). Sum of RGB (Red+Green+Blue) = 194+214+70=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D646 is #3D29B9. Grayscale: #C0C0C0. Windows color (decimal): -4008378 or 4642498. OLE color: 4642498.
HSL color Cylindrical-coordinate representation of color #C2D646: hue angle of 68.33º 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 #C2D646 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 70 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.16 |
| HSL | 68.33º | 0.64% | 0.56% | - |
| HSV(B) | 68.33º | 0.67% | 0.84% | - |
| XYZ | 47.4 | 60 | 14.88 | - |
| YUV | 191.6 | 59.37 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 70 | 0.09 | 0 | 0.67 | 0.16 | 68.33 | 0.64 | 0.56 |
| Hex | C2 | D6 | 46 | 9 | 0 | 43 | 10 | 44 | 40 | 38 |
| Octal | 302 | 326 | 106 | 11 | 0 | 103 | 20 | 104 | 100 | 70 |
| Binary | 11000010 | 11010110 | 1000110 | 1001 | 0 | 1000011 | 10000 | 1000100 | 1000000 | 111000 |
Color Harmonies of #C2D646
Complementary color
Monochromatic Colors of #C2D646
Black with #C2D646
Text Example
Text Example
White with #C2D646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D646; }
p { color: rgb(194,214,70); }
H1.HeaderClassName
{
color: #C2D646;
}
.AnyTagClassName
{
color: #C2D646;
}
</style>
background-color css
<style>
a { background-color: #C2D646; }
a { background-color: rgb(194,214,70); }
div.DivClassName
{
background-color: #C2D646;
}
.BgClassName
{
background-color: #C2D646;
}
</style>
border-color css
<style>
span { border-color: #C2D646; }
span { border-color: rgb(194,214,70); }
td.TdClassName
{
border-color: #C2D646;
}
.TagClassName
{
border-color: #C2D646;
}
</style>