Shades of Las Palmas #C3EB40
Tints of Las Palmas #C3EB40
RGB
CMYK
RGB Variations
Color information
#C3EB40 (or 0xC3EB40) is known color: Las Palmas. HEX triplet: C3, EB and 40. RGB value is (195,235,64). Sum of RGB (Red+Green+Blue) = 195+235+64=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #C3EB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3EB40 is #3C14BF. Grayscale: #CCCCCC. Windows color (decimal): -3937472 or 4254659. OLE color: 4254659.
HSL color Cylindrical-coordinate representation of color #C3EB40: hue angle of 74.04º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3EB40 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 235 | 64 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.08 |
| HSL | 74.04º | 0.81% | 0.59% | - |
| HSV(B) | 74.04º | 0.73% | 0.92% | - |
| XYZ | 53.14 | 71.39 | 15.83 | - |
| YUV | 203.55 | 49.25 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 235 | 64 | 0.17 | 0 | 0.73 | 0.08 | 74.04 | 0.81 | 0.59 |
| Hex | C3 | EB | 40 | 11 | 0 | 49 | 8 | 4A | 51 | 3B |
| Octal | 303 | 353 | 100 | 21 | 0 | 111 | 10 | 112 | 121 | 73 |
| Binary | 11000011 | 11101011 | 1000000 | 10001 | 0 | 1001001 | 1000 | 1001010 | 1010001 | 111011 |
Color Harmonies of #C3EB40
Complementary color
Monochromatic Colors of #C3EB40
Black with #C3EB40
Text Example
Text Example
White with #C3EB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EB40; }
p { color: rgb(195,235,64); }
H1.HeaderClassName
{
color: #C3EB40;
}
.AnyTagClassName
{
color: #C3EB40;
}
</style>
background-color css
<style>
a { background-color: #C3EB40; }
a { background-color: rgb(195,235,64); }
div.DivClassName
{
background-color: #C3EB40;
}
.BgClassName
{
background-color: #C3EB40;
}
</style>
border-color css
<style>
span { border-color: #C3EB40; }
span { border-color: rgb(195,235,64); }
td.TdClassName
{
border-color: #C3EB40;
}
.TagClassName
{
border-color: #C3EB40;
}
</style>