Shades of Las Palmas #C3E234
Tints of Las Palmas #C3E234
RGB
CMYK
RGB Variations
Color information
#C3E234 (or 0xC3E234) is known color: Las Palmas. HEX triplet: C3, E2 and 34. RGB value is (195,226,52). Sum of RGB (Red+Green+Blue) = 195+226+52=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 226 (88.67% from 255 or 47.78% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 226 - color contains mainly: green. Hex color #C3E234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E234 is #3C1DCB. Grayscale: #C5C5C5. Windows color (decimal): -3939788 or 3465923. OLE color: 3465923.
HSL color Cylindrical-coordinate representation of color #C3E234: hue angle of 70.69º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3E234 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 226 | 52 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.11 |
| HSL | 70.69º | 0.75% | 0.55% | - |
| HSV(B) | 70.69º | 0.77% | 0.89% | - |
| XYZ | 50.32 | 66.24 | 13.38 | - |
| YUV | 196.9 | 46.23 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 226 | 52 | 0.14 | 0 | 0.77 | 0.11 | 70.69 | 0.75 | 0.55 |
| Hex | C3 | E2 | 34 | E | 0 | 4D | B | 47 | 4B | 37 |
| Octal | 303 | 342 | 64 | 16 | 0 | 115 | 13 | 107 | 113 | 67 |
| Binary | 11000011 | 11100010 | 110100 | 1110 | 0 | 1001101 | 1011 | 1000111 | 1001011 | 110111 |
Color Harmonies of #C3E234
Complementary color
Monochromatic Colors of #C3E234
Black with #C3E234
Text Example
Text Example
White with #C3E234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E234; }
p { color: rgb(195,226,52); }
H1.HeaderClassName
{
color: #C3E234;
}
.AnyTagClassName
{
color: #C3E234;
}
</style>
background-color css
<style>
a { background-color: #C3E234; }
a { background-color: rgb(195,226,52); }
div.DivClassName
{
background-color: #C3E234;
}
.BgClassName
{
background-color: #C3E234;
}
</style>
border-color css
<style>
span { border-color: #C3E234; }
span { border-color: rgb(195,226,52); }
td.TdClassName
{
border-color: #C3E234;
}
.TagClassName
{
border-color: #C3E234;
}
</style>