Shades of Las Palmas #C2E53A
Tints of Las Palmas #C2E53A
RGB
CMYK
RGB Variations
Color information
#C2E53A (or 0xC2E53A) is known color: Las Palmas. HEX triplet: C2, E5 and 3A. RGB value is (194,229,58). Sum of RGB (Red+Green+Blue) = 194+229+58=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 58 (23.05% from 255 or 12.06% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #C2E53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E53A is #3D1AC5. Grayscale: #C7C7C7. Windows color (decimal): -4004550 or 3859906. OLE color: 3859906.
HSL color Cylindrical-coordinate representation of color #C2E53A: hue angle of 72.28º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2E53A is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 229 | 58 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.10 |
| HSL | 72.28º | 0.77% | 0.56% | - |
| HSV(B) | 72.28º | 0.75% | 0.9% | - |
| XYZ | 51.03 | 67.81 | 14.4 | - |
| YUV | 199.04 | 48.4 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 229 | 58 | 0.15 | 0 | 0.75 | 0.10 | 72.28 | 0.77 | 0.56 |
| Hex | C2 | E5 | 3A | F | 0 | 4B | A | 48 | 4D | 38 |
| Octal | 302 | 345 | 72 | 17 | 0 | 113 | 12 | 110 | 115 | 70 |
| Binary | 11000010 | 11100101 | 111010 | 1111 | 0 | 1001011 | 1010 | 1001000 | 1001101 | 111000 |
Color Harmonies of #C2E53A
Complementary color
Monochromatic Colors of #C2E53A
Black with #C2E53A
Text Example
Text Example
White with #C2E53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E53A; }
p { color: rgb(194,229,58); }
H1.HeaderClassName
{
color: #C2E53A;
}
.AnyTagClassName
{
color: #C2E53A;
}
</style>
background-color css
<style>
a { background-color: #C2E53A; }
a { background-color: rgb(194,229,58); }
div.DivClassName
{
background-color: #C2E53A;
}
.BgClassName
{
background-color: #C2E53A;
}
</style>
border-color css
<style>
span { border-color: #C2E53A; }
span { border-color: rgb(194,229,58); }
td.TdClassName
{
border-color: #C2E53A;
}
.TagClassName
{
border-color: #C2E53A;
}
</style>