Shades of Shamrock #35E398
Tints of Shamrock #35E398
RGB
CMYK
RGB Variations
Color information
#35E398 (or 0x35E398) is known color: Shamrock. HEX triplet: 35, E3 and 98. RGB value is (53,227,152). Sum of RGB (Red+Green+Blue) = 53+227+152=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 227 (89.06% from 255 or 52.55% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 227 - color contains mainly: green. Hex color #35E398 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E398 is #CA1C67. Grayscale: #A6A6A6. Windows color (decimal): -13245544 or 10019637. OLE color: 10019637.
HSL color Cylindrical-coordinate representation of color #35E398: hue angle of 154.14º 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 #35E398 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 227 | 152 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.11 |
| HSL | 154.14º | 0.76% | 0.55% | - |
| HSV(B) | 154.14º | 0.77% | 0.89% | - |
| XYZ | 34.6 | 57.96 | 39.07 | - |
| YUV | 166.42 | 119.85 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 227 | 152 | 0.77 | 0 | 0.33 | 0.11 | 154.14 | 0.76 | 0.55 |
| Hex | 35 | E3 | 98 | 4D | 0 | 21 | B | 9A | 4C | 37 |
| Octal | 65 | 343 | 230 | 115 | 0 | 41 | 13 | 232 | 114 | 67 |
| Binary | 110101 | 11100011 | 10011000 | 1001101 | 0 | 100001 | 1011 | 10011010 | 1001100 | 110111 |
Color Harmonies of #35E398
Complementary color
Monochromatic Colors of #35E398
Black with #35E398
Text Example
Text Example
White with #35E398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E398; }
p { color: rgb(53,227,152); }
H1.HeaderClassName
{
color: #35E398;
}
.AnyTagClassName
{
color: #35E398;
}
</style>
background-color css
<style>
a { background-color: #35E398; }
a { background-color: rgb(53,227,152); }
div.DivClassName
{
background-color: #35E398;
}
.BgClassName
{
background-color: #35E398;
}
</style>
border-color css
<style>
span { border-color: #35E398; }
span { border-color: rgb(53,227,152); }
td.TdClassName
{
border-color: #35E398;
}
.TagClassName
{
border-color: #35E398;
}
</style>