Shades of Shamrock #3DF68A
Tints of Shamrock #3DF68A
RGB
CMYK
RGB Variations
Color information
#3DF68A (or 0x3DF68A) is known color: Shamrock. HEX triplet: 3D, F6 and 8A. RGB value is (61,246,138). Sum of RGB (Red+Green+Blue) = 61+246+138=445 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.71% from 445); Green value is 246 (96.48% from 255 or 55.28% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF68A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF68A is #C20975. Grayscale: #B2B2B2. Windows color (decimal): -12716406 or 9107005. OLE color: 9107005.
HSL color Cylindrical-coordinate representation of color #3DF68A: hue angle of 144.97º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF68A is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 138 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.04 |
| HSL | 144.97º | 0.91% | 0.6% | - |
| HSV(B) | 144.97º | 0.75% | 0.96% | - |
| XYZ | 39.47 | 68.74 | 35.23 | - |
| YUV | 178.37 | 105.21 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 138 | 0.75 | 0 | 0.44 | 0.04 | 144.97 | 0.91 | 0.6 |
| Hex | 3D | F6 | 8A | 4B | 0 | 2C | 4 | 91 | 5B | 3C |
| Octal | 75 | 366 | 212 | 113 | 0 | 54 | 4 | 221 | 133 | 74 |
| Binary | 111101 | 11110110 | 10001010 | 1001011 | 0 | 101100 | 100 | 10010001 | 1011011 | 111100 |
Color Harmonies of #3DF68A
Complementary color
Monochromatic Colors of #3DF68A
Black with #3DF68A
Text Example
Text Example
White with #3DF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF68A; }
p { color: rgb(61,246,138); }
H1.HeaderClassName
{
color: #3DF68A;
}
.AnyTagClassName
{
color: #3DF68A;
}
</style>
background-color css
<style>
a { background-color: #3DF68A; }
a { background-color: rgb(61,246,138); }
div.DivClassName
{
background-color: #3DF68A;
}
.BgClassName
{
background-color: #3DF68A;
}
</style>
border-color css
<style>
span { border-color: #3DF68A; }
span { border-color: rgb(61,246,138); }
td.TdClassName
{
border-color: #3DF68A;
}
.TagClassName
{
border-color: #3DF68A;
}
</style>