Shades of Las Palmas #C1ED3F
Tints of Las Palmas #C1ED3F
RGB
CMYK
RGB Variations
Color information
#C1ED3F (or 0xC1ED3F) is known color: Las Palmas. HEX triplet: C1, ED and 3F. RGB value is (193,237,63). Sum of RGB (Red+Green+Blue) = 193+237+63=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 63 (25% from 255 or 12.78% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1ED3F is #3E12C0. Grayscale: #CCCCCC. Windows color (decimal): -4068033 or 4189633. OLE color: 4189633.
HSL color Cylindrical-coordinate representation of color #C1ED3F: hue angle of 75.17º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1ED3F is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 237 | 63 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.07 |
| HSL | 75.17º | 0.83% | 0.59% | - |
| HSV(B) | 75.17º | 0.73% | 0.93% | - |
| XYZ | 53.17 | 72.26 | 15.85 | - |
| YUV | 204.01 | 48.42 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 237 | 63 | 0.19 | 0 | 0.73 | 0.07 | 75.17 | 0.83 | 0.59 |
| Hex | C1 | ED | 3F | 13 | 0 | 49 | 7 | 4B | 53 | 3B |
| Octal | 301 | 355 | 77 | 23 | 0 | 111 | 7 | 113 | 123 | 73 |
| Binary | 11000001 | 11101101 | 111111 | 10011 | 0 | 1001001 | 111 | 1001011 | 1010011 | 111011 |
Color Harmonies of #C1ED3F
Complementary color
Monochromatic Colors of #C1ED3F
Black with #C1ED3F
Text Example
Text Example
White with #C1ED3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ED3F; }
p { color: rgb(193,237,63); }
H1.HeaderClassName
{
color: #C1ED3F;
}
.AnyTagClassName
{
color: #C1ED3F;
}
</style>
background-color css
<style>
a { background-color: #C1ED3F; }
a { background-color: rgb(193,237,63); }
div.DivClassName
{
background-color: #C1ED3F;
}
.BgClassName
{
background-color: #C1ED3F;
}
</style>
border-color css
<style>
span { border-color: #C1ED3F; }
span { border-color: rgb(193,237,63); }
td.TdClassName
{
border-color: #C1ED3F;
}
.TagClassName
{
border-color: #C1ED3F;
}
</style>