Shades of Las Palmas #C2E646
Tints of Las Palmas #C2E646
RGB
CMYK
RGB Variations
Color information
#C2E646 (or 0xC2E646) is known color: Las Palmas. HEX triplet: C2, E6 and 46. RGB value is (194,230,70). Sum of RGB (Red+Green+Blue) = 194+230+70=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 230 (90.23% from 255 or 46.56% from 494); Blue value is 70 (27.73% from 255 or 14.17% from 494); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E646 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E646 is #3D19B9. Grayscale: #C9C9C9. Windows color (decimal): -4004282 or 4646594. OLE color: 4646594.
HSL color Cylindrical-coordinate representation of color #C2E646: hue angle of 73.5º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2E646 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 230 | 70 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.10 |
| HSL | 73.5º | 0.76% | 0.59% | - |
| HSV(B) | 73.5º | 0.7% | 0.9% | - |
| XYZ | 51.65 | 68.51 | 16.29 | - |
| YUV | 201 | 54.07 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 230 | 70 | 0.16 | 0 | 0.70 | 0.10 | 73.5 | 0.76 | 0.59 |
| Hex | C2 | E6 | 46 | 10 | 0 | 46 | A | 4A | 4C | 3B |
| Octal | 302 | 346 | 106 | 20 | 0 | 106 | 12 | 112 | 114 | 73 |
| Binary | 11000010 | 11100110 | 1000110 | 10000 | 0 | 1000110 | 1010 | 1001010 | 1001100 | 111011 |
Color Harmonies of #C2E646
Complementary color
Monochromatic Colors of #C2E646
Black with #C2E646
Text Example
Text Example
White with #C2E646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E646; }
p { color: rgb(194,230,70); }
H1.HeaderClassName
{
color: #C2E646;
}
.AnyTagClassName
{
color: #C2E646;
}
</style>
background-color css
<style>
a { background-color: #C2E646; }
a { background-color: rgb(194,230,70); }
div.DivClassName
{
background-color: #C2E646;
}
.BgClassName
{
background-color: #C2E646;
}
</style>
border-color css
<style>
span { border-color: #C2E646; }
span { border-color: rgb(194,230,70); }
td.TdClassName
{
border-color: #C2E646;
}
.TagClassName
{
border-color: #C2E646;
}
</style>