Shades of Las Palmas #C3E035
Tints of Las Palmas #C3E035
RGB
CMYK
RGB Variations
Color information
#C3E035 (or 0xC3E035) is known color: Las Palmas. HEX triplet: C3, E0 and 35. RGB value is (195,224,53). Sum of RGB (Red+Green+Blue) = 195+224+53=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 53 (21.09% from 255 or 11.23% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #C3E035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E035 is #3C1FCA. Grayscale: #C4C4C4. Windows color (decimal): -3940299 or 3530947. OLE color: 3530947.
HSL color Cylindrical-coordinate representation of color #C3E035: hue angle of 70.18º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3E035 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 224 | 53 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.12 |
| HSL | 70.18º | 0.73% | 0.54% | - |
| HSV(B) | 70.18º | 0.76% | 0.88% | - |
| XYZ | 49.8 | 65.17 | 13.32 | - |
| YUV | 195.84 | 47.39 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 224 | 53 | 0.13 | 0 | 0.76 | 0.12 | 70.18 | 0.73 | 0.54 |
| Hex | C3 | E0 | 35 | D | 0 | 4C | C | 46 | 49 | 36 |
| Octal | 303 | 340 | 65 | 15 | 0 | 114 | 14 | 106 | 111 | 66 |
| Binary | 11000011 | 11100000 | 110101 | 1101 | 0 | 1001100 | 1100 | 1000110 | 1001001 | 110110 |
Color Harmonies of #C3E035
Complementary color
Monochromatic Colors of #C3E035
Black with #C3E035
Text Example
Text Example
White with #C3E035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E035; }
p { color: rgb(195,224,53); }
H1.HeaderClassName
{
color: #C3E035;
}
.AnyTagClassName
{
color: #C3E035;
}
</style>
background-color css
<style>
a { background-color: #C3E035; }
a { background-color: rgb(195,224,53); }
div.DivClassName
{
background-color: #C3E035;
}
.BgClassName
{
background-color: #C3E035;
}
</style>
border-color css
<style>
span { border-color: #C3E035; }
span { border-color: rgb(195,224,53); }
td.TdClassName
{
border-color: #C3E035;
}
.TagClassName
{
border-color: #C3E035;
}
</style>