Shades of Las Palmas #C3E13D
Tints of Las Palmas #C3E13D
RGB
CMYK
RGB Variations
Color information
#C3E13D (or 0xC3E13D) is known color: Las Palmas. HEX triplet: C3, E1 and 3D. RGB value is (195,225,61). Sum of RGB (Red+Green+Blue) = 195+225+61=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 61 (24.22% from 255 or 12.68% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E13D is #3C1EC2. Grayscale: #C5C5C5. Windows color (decimal): -3940035 or 4055491. OLE color: 4055491.
HSL color Cylindrical-coordinate representation of color #C3E13D: hue angle of 70.98º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3E13D is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 225 | 61 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.12 |
| HSL | 70.98º | 0.73% | 0.56% | - |
| HSV(B) | 70.98º | 0.73% | 0.88% | - |
| XYZ | 50.27 | 65.79 | 14.46 | - |
| YUV | 197.33 | 51.06 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 225 | 61 | 0.13 | 0 | 0.73 | 0.12 | 70.98 | 0.73 | 0.56 |
| Hex | C3 | E1 | 3D | D | 0 | 49 | C | 47 | 49 | 38 |
| Octal | 303 | 341 | 75 | 15 | 0 | 111 | 14 | 107 | 111 | 70 |
| Binary | 11000011 | 11100001 | 111101 | 1101 | 0 | 1001001 | 1100 | 1000111 | 1001001 | 111000 |
Color Harmonies of #C3E13D
Complementary color
Monochromatic Colors of #C3E13D
Black with #C3E13D
Text Example
Text Example
White with #C3E13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E13D; }
p { color: rgb(195,225,61); }
H1.HeaderClassName
{
color: #C3E13D;
}
.AnyTagClassName
{
color: #C3E13D;
}
</style>
background-color css
<style>
a { background-color: #C3E13D; }
a { background-color: rgb(195,225,61); }
div.DivClassName
{
background-color: #C3E13D;
}
.BgClassName
{
background-color: #C3E13D;
}
</style>
border-color css
<style>
span { border-color: #C3E13D; }
span { border-color: rgb(195,225,61); }
td.TdClassName
{
border-color: #C3E13D;
}
.TagClassName
{
border-color: #C3E13D;
}
</style>