Shades of Las Palmas #C2EA3E
Tints of Las Palmas #C2EA3E
RGB
CMYK
RGB Variations
Color information
#C2EA3E (or 0xC2EA3E) is known color: Las Palmas. HEX triplet: C2, EA and 3E. RGB value is (194,234,62). Sum of RGB (Red+Green+Blue) = 194+234+62=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 62 (24.61% from 255 or 12.65% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EA3E is #3D15C1. Grayscale: #CBCBCB. Windows color (decimal): -4003266 or 4123330. OLE color: 4123330.
HSL color Cylindrical-coordinate representation of color #C2EA3E: hue angle of 73.95º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2EA3E is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 62 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.08 |
| HSL | 73.95º | 0.8% | 0.58% | - |
| HSV(B) | 73.95º | 0.74% | 0.92% | - |
| XYZ | 52.54 | 70.66 | 15.43 | - |
| YUV | 202.43 | 48.75 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 62 | 0.17 | 0 | 0.74 | 0.08 | 73.95 | 0.8 | 0.58 |
| Hex | C2 | EA | 3E | 11 | 0 | 4A | 8 | 4A | 50 | 3A |
| Octal | 302 | 352 | 76 | 21 | 0 | 112 | 10 | 112 | 120 | 72 |
| Binary | 11000010 | 11101010 | 111110 | 10001 | 0 | 1001010 | 1000 | 1001010 | 1010000 | 111010 |
Color Harmonies of #C2EA3E
Complementary color
Monochromatic Colors of #C2EA3E
Black with #C2EA3E
Text Example
Text Example
White with #C2EA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA3E; }
p { color: rgb(194,234,62); }
H1.HeaderClassName
{
color: #C2EA3E;
}
.AnyTagClassName
{
color: #C2EA3E;
}
</style>
background-color css
<style>
a { background-color: #C2EA3E; }
a { background-color: rgb(194,234,62); }
div.DivClassName
{
background-color: #C2EA3E;
}
.BgClassName
{
background-color: #C2EA3E;
}
</style>
border-color css
<style>
span { border-color: #C2EA3E; }
span { border-color: rgb(194,234,62); }
td.TdClassName
{
border-color: #C2EA3E;
}
.TagClassName
{
border-color: #C2EA3E;
}
</style>