Shades of Shamrock #3DF38B
Tints of Shamrock #3DF38B
RGB
CMYK
RGB Variations
Color information
#3DF38B (or 0x3DF38B) is known color: Shamrock. HEX triplet: 3D, F3 and 8B. RGB value is (61,243,139). Sum of RGB (Red+Green+Blue) = 61+243+139=443 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.77% from 443); Green value is 243 (95.31% from 255 or 54.85% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF38B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF38B is #C20C74. Grayscale: #B0B0B0. Windows color (decimal): -12717173 or 9171773. OLE color: 9171773.
HSL color Cylindrical-coordinate representation of color #3DF38B: hue angle of 145.71º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF38B is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 139 | - |
| CMYK | 0.75 | 0 | 0.43 | 0.05 |
| HSL | 145.71º | 0.88% | 0.6% | - |
| HSV(B) | 145.71º | 0.75% | 0.95% | - |
| XYZ | 38.64 | 66.96 | 35.31 | - |
| YUV | 176.73 | 106.7 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 139 | 0.75 | 0 | 0.43 | 0.05 | 145.71 | 0.88 | 0.6 |
| Hex | 3D | F3 | 8B | 4B | 0 | 2B | 5 | 92 | 58 | 3C |
| Octal | 75 | 363 | 213 | 113 | 0 | 53 | 5 | 222 | 130 | 74 |
| Binary | 111101 | 11110011 | 10001011 | 1001011 | 0 | 101011 | 101 | 10010010 | 1011000 | 111100 |
Color Harmonies of #3DF38B
Complementary color
Monochromatic Colors of #3DF38B
Black with #3DF38B
Text Example
Text Example
White with #3DF38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF38B; }
p { color: rgb(61,243,139); }
H1.HeaderClassName
{
color: #3DF38B;
}
.AnyTagClassName
{
color: #3DF38B;
}
</style>
background-color css
<style>
a { background-color: #3DF38B; }
a { background-color: rgb(61,243,139); }
div.DivClassName
{
background-color: #3DF38B;
}
.BgClassName
{
background-color: #3DF38B;
}
</style>
border-color css
<style>
span { border-color: #3DF38B; }
span { border-color: rgb(61,243,139); }
td.TdClassName
{
border-color: #3DF38B;
}
.TagClassName
{
border-color: #3DF38B;
}
</style>