Shades of Shamrock #35E89B
Tints of Shamrock #35E89B
RGB
CMYK
RGB Variations
Color information
#35E89B (or 0x35E89B) is known color: Shamrock. HEX triplet: 35, E8 and 9B. RGB value is (53,232,155). Sum of RGB (Red+Green+Blue) = 53+232+155=440 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.05% from 440); Green value is 232 (91.02% from 255 or 52.73% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 232 - color contains mainly: green. Hex color #35E89B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35E89B is #CA1764. Grayscale: #A9A9A9. Windows color (decimal): -13244261 or 10217525. OLE color: 10217525.
HSL color Cylindrical-coordinate representation of color #35E89B: hue angle of 154.19º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E89B is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 232 | 155 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.09 |
| HSL | 154.19º | 0.8% | 0.56% | - |
| HSV(B) | 154.19º | 0.77% | 0.91% | - |
| XYZ | 36.24 | 60.84 | 40.84 | - |
| YUV | 169.7 | 119.7 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 232 | 155 | 0.77 | 0 | 0.33 | 0.09 | 154.19 | 0.8 | 0.56 |
| Hex | 35 | E8 | 9B | 4D | 0 | 21 | 9 | 9A | 50 | 38 |
| Octal | 65 | 350 | 233 | 115 | 0 | 41 | 11 | 232 | 120 | 70 |
| Binary | 110101 | 11101000 | 10011011 | 1001101 | 0 | 100001 | 1001 | 10011010 | 1010000 | 111000 |
Color Harmonies of #35E89B
Complementary color
Monochromatic Colors of #35E89B
Black with #35E89B
Text Example
Text Example
White with #35E89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E89B; }
p { color: rgb(53,232,155); }
H1.HeaderClassName
{
color: #35E89B;
}
.AnyTagClassName
{
color: #35E89B;
}
</style>
background-color css
<style>
a { background-color: #35E89B; }
a { background-color: rgb(53,232,155); }
div.DivClassName
{
background-color: #35E89B;
}
.BgClassName
{
background-color: #35E89B;
}
</style>
border-color css
<style>
span { border-color: #35E89B; }
span { border-color: rgb(53,232,155); }
td.TdClassName
{
border-color: #35E89B;
}
.TagClassName
{
border-color: #35E89B;
}
</style>