Shades of Las Palmas #C2EA3D
Tints of Las Palmas #C2EA3D
RGB
CMYK
RGB Variations
Color information
#C2EA3D (or 0xC2EA3D) is known color: Las Palmas. HEX triplet: C2, EA and 3D. RGB value is (194,234,61). Sum of RGB (Red+Green+Blue) = 194+234+61=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 61 (24.22% from 255 or 12.47% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EA3D is #3D15C2. Grayscale: #CACACA. Windows color (decimal): -4003267 or 4057794. OLE color: 4057794.
HSL color Cylindrical-coordinate representation of color #C2EA3D: hue angle of 73.87º 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 #C2EA3D is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 61 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.08 |
| HSL | 73.87º | 0.8% | 0.58% | - |
| HSV(B) | 73.87º | 0.74% | 0.92% | - |
| XYZ | 52.51 | 70.65 | 15.28 | - |
| YUV | 202.32 | 48.25 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 61 | 0.17 | 0 | 0.74 | 0.08 | 73.87 | 0.8 | 0.58 |
| Hex | C2 | EA | 3D | 11 | 0 | 4A | 8 | 4A | 50 | 3A |
| Octal | 302 | 352 | 75 | 21 | 0 | 112 | 10 | 112 | 120 | 72 |
| Binary | 11000010 | 11101010 | 111101 | 10001 | 0 | 1001010 | 1000 | 1001010 | 1010000 | 111010 |
Color Harmonies of #C2EA3D
Complementary color
Monochromatic Colors of #C2EA3D
Black with #C2EA3D
Text Example
Text Example
White with #C2EA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA3D; }
p { color: rgb(194,234,61); }
H1.HeaderClassName
{
color: #C2EA3D;
}
.AnyTagClassName
{
color: #C2EA3D;
}
</style>
background-color css
<style>
a { background-color: #C2EA3D; }
a { background-color: rgb(194,234,61); }
div.DivClassName
{
background-color: #C2EA3D;
}
.BgClassName
{
background-color: #C2EA3D;
}
</style>
border-color css
<style>
span { border-color: #C2EA3D; }
span { border-color: rgb(194,234,61); }
td.TdClassName
{
border-color: #C2EA3D;
}
.TagClassName
{
border-color: #C2EA3D;
}
</style>