Shades of Las Palmas #C3E240
Tints of Las Palmas #C3E240
RGB
CMYK
RGB Variations
Color information
#C3E240 (or 0xC3E240) is known color: Las Palmas. HEX triplet: C3, E2 and 40. RGB value is (195,226,64). Sum of RGB (Red+Green+Blue) = 195+226+64=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 226 - color contains mainly: green. Hex color #C3E240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E240 is #3C1DBF. Grayscale: #C6C6C6. Windows color (decimal): -3939776 or 4252355. OLE color: 4252355.
HSL color Cylindrical-coordinate representation of color #C3E240: hue angle of 71.48º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3E240 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 226 | 64 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.11 |
| HSL | 71.48º | 0.74% | 0.57% | - |
| HSV(B) | 71.48º | 0.72% | 0.89% | - |
| XYZ | 50.63 | 66.36 | 14.99 | - |
| YUV | 198.26 | 52.23 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 226 | 64 | 0.14 | 0 | 0.72 | 0.11 | 71.48 | 0.74 | 0.57 |
| Hex | C3 | E2 | 40 | E | 0 | 48 | B | 47 | 4A | 39 |
| Octal | 303 | 342 | 100 | 16 | 0 | 110 | 13 | 107 | 112 | 71 |
| Binary | 11000011 | 11100010 | 1000000 | 1110 | 0 | 1001000 | 1011 | 1000111 | 1001010 | 111001 |
Color Harmonies of #C3E240
Complementary color
Monochromatic Colors of #C3E240
Black with #C3E240
Text Example
Text Example
White with #C3E240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E240; }
p { color: rgb(195,226,64); }
H1.HeaderClassName
{
color: #C3E240;
}
.AnyTagClassName
{
color: #C3E240;
}
</style>
background-color css
<style>
a { background-color: #C3E240; }
a { background-color: rgb(195,226,64); }
div.DivClassName
{
background-color: #C3E240;
}
.BgClassName
{
background-color: #C3E240;
}
</style>
border-color css
<style>
span { border-color: #C3E240; }
span { border-color: rgb(195,226,64); }
td.TdClassName
{
border-color: #C3E240;
}
.TagClassName
{
border-color: #C3E240;
}
</style>