Shades of Shamrock #3DF38C
Tints of Shamrock #3DF38C
RGB
CMYK
RGB Variations
Color information
#3DF38C (or 0x3DF38C) is known color: Shamrock. HEX triplet: 3D, F3 and 8C. RGB value is (61,243,140). Sum of RGB (Red+Green+Blue) = 61+243+140=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 243 (95.31% from 255 or 54.73% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF38C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF38C is #C20C73. Grayscale: #B1B1B1. Windows color (decimal): -12717172 or 9237309. OLE color: 9237309.
HSL color Cylindrical-coordinate representation of color #3DF38C: hue angle of 146.04º 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 #3DF38C is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 140 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.05 |
| HSL | 146.04º | 0.88% | 0.6% | - |
| HSV(B) | 146.04º | 0.75% | 0.95% | - |
| XYZ | 38.71 | 66.99 | 35.7 | - |
| YUV | 176.84 | 107.2 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 140 | 0.75 | 0 | 0.42 | 0.05 | 146.04 | 0.88 | 0.6 |
| Hex | 3D | F3 | 8C | 4B | 0 | 2A | 5 | 92 | 58 | 3C |
| Octal | 75 | 363 | 214 | 113 | 0 | 52 | 5 | 222 | 130 | 74 |
| Binary | 111101 | 11110011 | 10001100 | 1001011 | 0 | 101010 | 101 | 10010010 | 1011000 | 111100 |
Color Harmonies of #3DF38C
Complementary color
Monochromatic Colors of #3DF38C
Black with #3DF38C
Text Example
Text Example
White with #3DF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF38C; }
p { color: rgb(61,243,140); }
H1.HeaderClassName
{
color: #3DF38C;
}
.AnyTagClassName
{
color: #3DF38C;
}
</style>
background-color css
<style>
a { background-color: #3DF38C; }
a { background-color: rgb(61,243,140); }
div.DivClassName
{
background-color: #3DF38C;
}
.BgClassName
{
background-color: #3DF38C;
}
</style>
border-color css
<style>
span { border-color: #3DF38C; }
span { border-color: rgb(61,243,140); }
td.TdClassName
{
border-color: #3DF38C;
}
.TagClassName
{
border-color: #3DF38C;
}
</style>