Shades of Shamrock #3DF89B
Tints of Shamrock #3DF89B
RGB
CMYK
RGB Variations
Color information
#3DF89B (or 0x3DF89B) is known color: Shamrock. HEX triplet: 3D, F8 and 9B. RGB value is (61,248,155). Sum of RGB (Red+Green+Blue) = 61+248+155=464 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.15% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF89B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF89B is #C20764. Grayscale: #B5B5B5. Windows color (decimal): -12715877 or 10221629. OLE color: 10221629.
HSL color Cylindrical-coordinate representation of color #3DF89B: hue angle of 150.16º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF89B is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 155 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.03 |
| HSL | 150.16º | 0.93% | 0.61% | - |
| HSV(B) | 150.16º | 0.75% | 0.97% | - |
| XYZ | 41.41 | 70.49 | 42.43 | - |
| YUV | 181.49 | 113.05 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 155 | 0.75 | 0 | 0.38 | 0.03 | 150.16 | 0.93 | 0.61 |
| Hex | 3D | F8 | 9B | 4B | 0 | 26 | 3 | 96 | 5D | 3D |
| Octal | 75 | 370 | 233 | 113 | 0 | 46 | 3 | 226 | 135 | 75 |
| Binary | 111101 | 11111000 | 10011011 | 1001011 | 0 | 100110 | 11 | 10010110 | 1011101 | 111101 |
Color Harmonies of #3DF89B
Complementary color
Monochromatic Colors of #3DF89B
Black with #3DF89B
Text Example
Text Example
White with #3DF89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF89B; }
p { color: rgb(61,248,155); }
H1.HeaderClassName
{
color: #3DF89B;
}
.AnyTagClassName
{
color: #3DF89B;
}
</style>
background-color css
<style>
a { background-color: #3DF89B; }
a { background-color: rgb(61,248,155); }
div.DivClassName
{
background-color: #3DF89B;
}
.BgClassName
{
background-color: #3DF89B;
}
</style>
border-color css
<style>
span { border-color: #3DF89B; }
span { border-color: rgb(61,248,155); }
td.TdClassName
{
border-color: #3DF89B;
}
.TagClassName
{
border-color: #3DF89B;
}
</style>