Shades of Las Palmas #C3E12F
Tints of Las Palmas #C3E12F
RGB
CMYK
RGB Variations
Color information
#C3E12F (or 0xC3E12F) is known color: Las Palmas. HEX triplet: C3, E1 and 2F. RGB value is (195,225,47). Sum of RGB (Red+Green+Blue) = 195+225+47=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E12F is #3C1ED0. Grayscale: #C4C4C4. Windows color (decimal): -3940049 or 3137987. OLE color: 3137987.
HSL color Cylindrical-coordinate representation of color #C3E12F: hue angle of 70.11º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3E12F is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 225 | 47 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.12 |
| HSL | 70.11º | 0.75% | 0.53% | - |
| HSV(B) | 70.11º | 0.79% | 0.88% | - |
| XYZ | 49.94 | 65.66 | 12.73 | - |
| YUV | 195.74 | 44.06 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 225 | 47 | 0.13 | 0 | 0.79 | 0.12 | 70.11 | 0.75 | 0.53 |
| Hex | C3 | E1 | 2F | D | 0 | 4F | C | 46 | 4B | 35 |
| Octal | 303 | 341 | 57 | 15 | 0 | 117 | 14 | 106 | 113 | 65 |
| Binary | 11000011 | 11100001 | 101111 | 1101 | 0 | 1001111 | 1100 | 1000110 | 1001011 | 110101 |
Color Harmonies of #C3E12F
Complementary color
Monochromatic Colors of #C3E12F
Black with #C3E12F
Text Example
Text Example
White with #C3E12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E12F; }
p { color: rgb(195,225,47); }
H1.HeaderClassName
{
color: #C3E12F;
}
.AnyTagClassName
{
color: #C3E12F;
}
</style>
background-color css
<style>
a { background-color: #C3E12F; }
a { background-color: rgb(195,225,47); }
div.DivClassName
{
background-color: #C3E12F;
}
.BgClassName
{
background-color: #C3E12F;
}
</style>
border-color css
<style>
span { border-color: #C3E12F; }
span { border-color: rgb(195,225,47); }
td.TdClassName
{
border-color: #C3E12F;
}
.TagClassName
{
border-color: #C3E12F;
}
</style>