Shades of Shamrock #3DBF98
Tints of Shamrock #3DBF98
RGB
CMYK
RGB Variations
Color information
#3DBF98 (or 0x3DBF98) is known color: Shamrock. HEX triplet: 3D, BF and 98. RGB value is (61,191,152). Sum of RGB (Red+Green+Blue) = 61+191+152=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBF98 is #C24067. Grayscale: #939393. Windows color (decimal): -12730472 or 10010429. OLE color: 10010429.
HSL color Cylindrical-coordinate representation of color #3DBF98: hue angle of 162º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBF98 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 152 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.25 |
| HSL | 162º | 0.52% | 0.49% | - |
| HSV(B) | 162º | 0.68% | 0.75% | - |
| XYZ | 26.22 | 40.52 | 36.14 | - |
| YUV | 147.68 | 130.43 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 152 | 0.68 | 0 | 0.20 | 0.25 | 162 | 0.52 | 0.49 |
| Hex | 3D | BF | 98 | 44 | 0 | 14 | 19 | A2 | 34 | 31 |
| Octal | 75 | 277 | 230 | 104 | 0 | 24 | 31 | 242 | 64 | 61 |
| Binary | 111101 | 10111111 | 10011000 | 1000100 | 0 | 10100 | 11001 | 10100010 | 110100 | 110001 |
Color Harmonies of #3DBF98
Complementary color
Monochromatic Colors of #3DBF98
Black with #3DBF98
Text Example
Text Example
White with #3DBF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBF98; }
p { color: rgb(61,191,152); }
H1.HeaderClassName
{
color: #3DBF98;
}
.AnyTagClassName
{
color: #3DBF98;
}
</style>
background-color css
<style>
a { background-color: #3DBF98; }
a { background-color: rgb(61,191,152); }
div.DivClassName
{
background-color: #3DBF98;
}
.BgClassName
{
background-color: #3DBF98;
}
</style>
border-color css
<style>
span { border-color: #3DBF98; }
span { border-color: rgb(61,191,152); }
td.TdClassName
{
border-color: #3DBF98;
}
.TagClassName
{
border-color: #3DBF98;
}
</style>