Shades of Las Palmas #C3E032
Tints of Las Palmas #C3E032
RGB
CMYK
RGB Variations
Color information
#C3E032 (or 0xC3E032) is known color: Las Palmas. HEX triplet: C3, E0 and 32. RGB value is (195,224,50). Sum of RGB (Red+Green+Blue) = 195+224+50=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 50 (19.92% from 255 or 10.66% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #C3E032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E032 is #3C1FCD. Grayscale: #C4C4C4. Windows color (decimal): -3940302 or 3334339. OLE color: 3334339.
HSL color Cylindrical-coordinate representation of color #C3E032: hue angle of 70º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3E032 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 224 | 50 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.12 |
| HSL | 70º | 0.74% | 0.54% | - |
| HSV(B) | 70º | 0.78% | 0.88% | - |
| XYZ | 49.74 | 65.14 | 12.97 | - |
| YUV | 195.49 | 45.89 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 224 | 50 | 0.13 | 0 | 0.78 | 0.12 | 70 | 0.74 | 0.54 |
| Hex | C3 | E0 | 32 | D | 0 | 4E | C | 46 | 4A | 36 |
| Octal | 303 | 340 | 62 | 15 | 0 | 116 | 14 | 106 | 112 | 66 |
| Binary | 11000011 | 11100000 | 110010 | 1101 | 0 | 1001110 | 1100 | 1000110 | 1001010 | 110110 |
Color Harmonies of #C3E032
Complementary color
Monochromatic Colors of #C3E032
Black with #C3E032
Text Example
Text Example
White with #C3E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E032; }
p { color: rgb(195,224,50); }
H1.HeaderClassName
{
color: #C3E032;
}
.AnyTagClassName
{
color: #C3E032;
}
</style>
background-color css
<style>
a { background-color: #C3E032; }
a { background-color: rgb(195,224,50); }
div.DivClassName
{
background-color: #C3E032;
}
.BgClassName
{
background-color: #C3E032;
}
</style>
border-color css
<style>
span { border-color: #C3E032; }
span { border-color: rgb(195,224,50); }
td.TdClassName
{
border-color: #C3E032;
}
.TagClassName
{
border-color: #C3E032;
}
</style>