Shades of Las Palmas #C3E542
Tints of Las Palmas #C3E542
RGB
CMYK
RGB Variations
Color information
#C3E542 (or 0xC3E542) is known color: Las Palmas. HEX triplet: C3, E5 and 42. RGB value is (195,229,66). Sum of RGB (Red+Green+Blue) = 195+229+66=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 229 - color contains mainly: green. Hex color #C3E542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E542 is #3C1ABD. Grayscale: #C8C8C8. Windows color (decimal): -3939006 or 4384195. OLE color: 4384195.
HSL color Cylindrical-coordinate representation of color #C3E542: hue angle of 72.52º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3E542 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 229 | 66 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.10 |
| HSL | 72.52º | 0.76% | 0.58% | - |
| HSV(B) | 72.52º | 0.71% | 0.9% | - |
| XYZ | 51.51 | 68.03 | 15.57 | - |
| YUV | 200.25 | 52.24 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 229 | 66 | 0.15 | 0 | 0.71 | 0.10 | 72.52 | 0.76 | 0.58 |
| Hex | C3 | E5 | 42 | F | 0 | 47 | A | 49 | 4C | 3A |
| Octal | 303 | 345 | 102 | 17 | 0 | 107 | 12 | 111 | 114 | 72 |
| Binary | 11000011 | 11100101 | 1000010 | 1111 | 0 | 1000111 | 1010 | 1001001 | 1001100 | 111010 |
Color Harmonies of #C3E542
Complementary color
Monochromatic Colors of #C3E542
Black with #C3E542
Text Example
Text Example
White with #C3E542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E542; }
p { color: rgb(195,229,66); }
H1.HeaderClassName
{
color: #C3E542;
}
.AnyTagClassName
{
color: #C3E542;
}
</style>
background-color css
<style>
a { background-color: #C3E542; }
a { background-color: rgb(195,229,66); }
div.DivClassName
{
background-color: #C3E542;
}
.BgClassName
{
background-color: #C3E542;
}
</style>
border-color css
<style>
span { border-color: #C3E542; }
span { border-color: rgb(195,229,66); }
td.TdClassName
{
border-color: #C3E542;
}
.TagClassName
{
border-color: #C3E542;
}
</style>