Shades of Las Palmas #C2E62C
Tints of Las Palmas #C2E62C
RGB
CMYK
RGB Variations
Color information
#C2E62C (or 0xC2E62C) is known color: Las Palmas. HEX triplet: C2, E6 and 2C. RGB value is (194,230,44). Sum of RGB (Red+Green+Blue) = 194+230+44=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 230 (90.23% from 255 or 49.15% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E62C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E62C is #3D19D3. Grayscale: #C6C6C6. Windows color (decimal): -4004308 or 2942658. OLE color: 2942658.
HSL color Cylindrical-coordinate representation of color #C2E62C: hue angle of 71.61º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2E62C is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 230 | 44 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.10 |
| HSL | 71.61º | 0.79% | 0.54% | - |
| HSV(B) | 71.61º | 0.81% | 0.9% | - |
| XYZ | 51 | 68.24 | 12.87 | - |
| YUV | 198.03 | 41.07 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 230 | 44 | 0.16 | 0 | 0.81 | 0.10 | 71.61 | 0.79 | 0.54 |
| Hex | C2 | E6 | 2C | 10 | 0 | 51 | A | 48 | 4F | 36 |
| Octal | 302 | 346 | 54 | 20 | 0 | 121 | 12 | 110 | 117 | 66 |
| Binary | 11000010 | 11100110 | 101100 | 10000 | 0 | 1010001 | 1010 | 1001000 | 1001111 | 110110 |
Color Harmonies of #C2E62C
Complementary color
Monochromatic Colors of #C2E62C
Black with #C2E62C
Text Example
Text Example
White with #C2E62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E62C; }
p { color: rgb(194,230,44); }
H1.HeaderClassName
{
color: #C2E62C;
}
.AnyTagClassName
{
color: #C2E62C;
}
</style>
background-color css
<style>
a { background-color: #C2E62C; }
a { background-color: rgb(194,230,44); }
div.DivClassName
{
background-color: #C2E62C;
}
.BgClassName
{
background-color: #C2E62C;
}
</style>
border-color css
<style>
span { border-color: #C2E62C; }
span { border-color: rgb(194,230,44); }
td.TdClassName
{
border-color: #C2E62C;
}
.TagClassName
{
border-color: #C2E62C;
}
</style>