Shades of Las Palmas #C1EB3E
Tints of Las Palmas #C1EB3E
RGB
CMYK
RGB Variations
Color information
#C1EB3E (or 0xC1EB3E) is known color: Las Palmas. HEX triplet: C1, EB and 3E. RGB value is (193,235,62). Sum of RGB (Red+Green+Blue) = 193+235+62=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 62 (24.61% from 255 or 12.65% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EB3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EB3E is #3E14C1. Grayscale: #CBCBCB. Windows color (decimal): -4068546 or 4123585. OLE color: 4123585.
HSL color Cylindrical-coordinate representation of color #C1EB3E: hue angle of 74.57º degrees, saturation: 0.81, 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 #C1EB3E is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 62 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.08 |
| HSL | 74.57º | 0.81% | 0.58% | - |
| HSV(B) | 74.57º | 0.74% | 0.92% | - |
| XYZ | 52.57 | 71.1 | 15.51 | - |
| YUV | 202.72 | 48.59 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 62 | 0.18 | 0 | 0.74 | 0.08 | 74.57 | 0.81 | 0.58 |
| Hex | C1 | EB | 3E | 12 | 0 | 4A | 8 | 4B | 51 | 3A |
| Octal | 301 | 353 | 76 | 22 | 0 | 112 | 10 | 113 | 121 | 72 |
| Binary | 11000001 | 11101011 | 111110 | 10010 | 0 | 1001010 | 1000 | 1001011 | 1010001 | 111010 |
Color Harmonies of #C1EB3E
Complementary color
Monochromatic Colors of #C1EB3E
Black with #C1EB3E
Text Example
Text Example
White with #C1EB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EB3E; }
p { color: rgb(193,235,62); }
H1.HeaderClassName
{
color: #C1EB3E;
}
.AnyTagClassName
{
color: #C1EB3E;
}
</style>
background-color css
<style>
a { background-color: #C1EB3E; }
a { background-color: rgb(193,235,62); }
div.DivClassName
{
background-color: #C1EB3E;
}
.BgClassName
{
background-color: #C1EB3E;
}
</style>
border-color css
<style>
span { border-color: #C1EB3E; }
span { border-color: rgb(193,235,62); }
td.TdClassName
{
border-color: #C1EB3E;
}
.TagClassName
{
border-color: #C1EB3E;
}
</style>