Shades of Shamrock #35E581
Tints of Shamrock #35E581
RGB
CMYK
RGB Variations
Color information
#35E581 (or 0x35E581) is known color: Shamrock. HEX triplet: 35, E5 and 81. RGB value is (53,229,129). Sum of RGB (Red+Green+Blue) = 53+229+129=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 229 (89.84% from 255 or 55.72% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 229 - color contains mainly: green. Hex color #35E581 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E581 is #CA1A7E. Grayscale: #A5A5A5. Windows color (decimal): -13245055 or 8512821. OLE color: 8512821.
HSL color Cylindrical-coordinate representation of color #35E581: hue angle of 145.91º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E581 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 129 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.10 |
| HSL | 145.91º | 0.77% | 0.55% | - |
| HSV(B) | 145.91º | 0.77% | 0.9% | - |
| XYZ | 33.45 | 58.38 | 30.27 | - |
| YUV | 164.98 | 107.69 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 129 | 0.77 | 0 | 0.44 | 0.10 | 145.91 | 0.77 | 0.55 |
| Hex | 35 | E5 | 81 | 4D | 0 | 2C | A | 92 | 4D | 37 |
| Octal | 65 | 345 | 201 | 115 | 0 | 54 | 12 | 222 | 115 | 67 |
| Binary | 110101 | 11100101 | 10000001 | 1001101 | 0 | 101100 | 1010 | 10010010 | 1001101 | 110111 |
Color Harmonies of #35E581
Complementary color
Monochromatic Colors of #35E581
Black with #35E581
Text Example
Text Example
White with #35E581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E581; }
p { color: rgb(53,229,129); }
H1.HeaderClassName
{
color: #35E581;
}
.AnyTagClassName
{
color: #35E581;
}
</style>
background-color css
<style>
a { background-color: #35E581; }
a { background-color: rgb(53,229,129); }
div.DivClassName
{
background-color: #35E581;
}
.BgClassName
{
background-color: #35E581;
}
</style>
border-color css
<style>
span { border-color: #35E581; }
span { border-color: rgb(53,229,129); }
td.TdClassName
{
border-color: #35E581;
}
.TagClassName
{
border-color: #35E581;
}
</style>