Shades of Las Palmas #C1EB2F
Tints of Las Palmas #C1EB2F
RGB
CMYK
RGB Variations
Color information
#C1EB2F (or 0xC1EB2F) is known color: Las Palmas. HEX triplet: C1, EB and 2F. RGB value is (193,235,47). Sum of RGB (Red+Green+Blue) = 193+235+47=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 235 (92.19% from 255 or 49.47% from 475); Blue value is 47 (18.75% from 255 or 9.89% from 475); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EB2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EB2F is #3E14D0. Grayscale: #C9C9C9. Windows color (decimal): -4068561 or 3140545. OLE color: 3140545.
HSL color Cylindrical-coordinate representation of color #C1EB2F: hue angle of 73.4º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1EB2F is Cyan = 0.18, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 47 | - |
| CMYK | 0.18 | 0 | 0.8 | 0.08 |
| HSL | 73.4º | 0.82% | 0.55% | - |
| HSV(B) | 73.4º | 0.8% | 0.92% | - |
| XYZ | 52.21 | 70.96 | 13.63 | - |
| YUV | 201.01 | 41.09 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 47 | 0.18 | 0 | 0.8 | 0.08 | 73.4 | 0.82 | 0.55 |
| Hex | C1 | EB | 2F | 12 | 0 | 50 | 8 | 49 | 52 | 37 |
| Octal | 301 | 353 | 57 | 22 | 0 | 120 | 10 | 111 | 122 | 67 |
| Binary | 11000001 | 11101011 | 101111 | 10010 | 0 | 1010000 | 1000 | 1001001 | 1010010 | 110111 |
Color Harmonies of #C1EB2F
Complementary color
Monochromatic Colors of #C1EB2F
Black with #C1EB2F
Text Example
Text Example
White with #C1EB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EB2F; }
p { color: rgb(193,235,47); }
H1.HeaderClassName
{
color: #C1EB2F;
}
.AnyTagClassName
{
color: #C1EB2F;
}
</style>
background-color css
<style>
a { background-color: #C1EB2F; }
a { background-color: rgb(193,235,47); }
div.DivClassName
{
background-color: #C1EB2F;
}
.BgClassName
{
background-color: #C1EB2F;
}
</style>
border-color css
<style>
span { border-color: #C1EB2F; }
span { border-color: rgb(193,235,47); }
td.TdClassName
{
border-color: #C1EB2F;
}
.TagClassName
{
border-color: #C1EB2F;
}
</style>