Shades of Shamrock #35E384
Tints of Shamrock #35E384
RGB
CMYK
RGB Variations
Color information
#35E384 (or 0x35E384) is known color: Shamrock. HEX triplet: 35, E3 and 84. RGB value is (53,227,132). Sum of RGB (Red+Green+Blue) = 53+227+132=412 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.86% from 412); Green value is 227 (89.06% from 255 or 55.10% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 227 - color contains mainly: green. Hex color #35E384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E384 is #CA1C7B. Grayscale: #A4A4A4. Windows color (decimal): -13245564 or 8708917. OLE color: 8708917.
HSL color Cylindrical-coordinate representation of color #35E384: hue angle of 147.24º degrees, saturation: 0.76, 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 #35E384 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 227 | 132 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.11 |
| HSL | 147.24º | 0.76% | 0.55% | - |
| HSV(B) | 147.24º | 0.77% | 0.89% | - |
| XYZ | 33.1 | 57.36 | 31.16 | - |
| YUV | 164.14 | 109.85 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 227 | 132 | 0.77 | 0 | 0.42 | 0.11 | 147.24 | 0.76 | 0.55 |
| Hex | 35 | E3 | 84 | 4D | 0 | 2A | B | 93 | 4C | 37 |
| Octal | 65 | 343 | 204 | 115 | 0 | 52 | 13 | 223 | 114 | 67 |
| Binary | 110101 | 11100011 | 10000100 | 1001101 | 0 | 101010 | 1011 | 10010011 | 1001100 | 110111 |
Color Harmonies of #35E384
Complementary color
Monochromatic Colors of #35E384
Black with #35E384
Text Example
Text Example
White with #35E384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E384; }
p { color: rgb(53,227,132); }
H1.HeaderClassName
{
color: #35E384;
}
.AnyTagClassName
{
color: #35E384;
}
</style>
background-color css
<style>
a { background-color: #35E384; }
a { background-color: rgb(53,227,132); }
div.DivClassName
{
background-color: #35E384;
}
.BgClassName
{
background-color: #35E384;
}
</style>
border-color css
<style>
span { border-color: #35E384; }
span { border-color: rgb(53,227,132); }
td.TdClassName
{
border-color: #35E384;
}
.TagClassName
{
border-color: #35E384;
}
</style>