Shades of Shamrock #3DF88C
Tints of Shamrock #3DF88C
RGB
CMYK
RGB Variations
Color information
#3DF88C (or 0x3DF88C) is known color: Shamrock. HEX triplet: 3D, F8 and 8C. RGB value is (61,248,140). Sum of RGB (Red+Green+Blue) = 61+248+140=449 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.59% from 449); Green value is 248 (97.27% from 255 or 55.23% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF88C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF88C is #C20773. Grayscale: #B4B4B4. Windows color (decimal): -12715892 or 9238589. OLE color: 9238589.
HSL color Cylindrical-coordinate representation of color #3DF88C: hue angle of 145.35º 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 #3DF88C is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 140 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.03 |
| HSL | 145.35º | 0.93% | 0.61% | - |
| HSV(B) | 145.35º | 0.75% | 0.97% | - |
| XYZ | 40.23 | 70.02 | 36.21 | - |
| YUV | 179.78 | 105.55 | 43.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 140 | 0.75 | 0 | 0.44 | 0.03 | 145.35 | 0.93 | 0.61 |
| Hex | 3D | F8 | 8C | 4B | 0 | 2C | 3 | 91 | 5D | 3D |
| Octal | 75 | 370 | 214 | 113 | 0 | 54 | 3 | 221 | 135 | 75 |
| Binary | 111101 | 11111000 | 10001100 | 1001011 | 0 | 101100 | 11 | 10010001 | 1011101 | 111101 |
Color Harmonies of #3DF88C
Complementary color
Monochromatic Colors of #3DF88C
Black with #3DF88C
Text Example
Text Example
White with #3DF88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF88C; }
p { color: rgb(61,248,140); }
H1.HeaderClassName
{
color: #3DF88C;
}
.AnyTagClassName
{
color: #3DF88C;
}
</style>
background-color css
<style>
a { background-color: #3DF88C; }
a { background-color: rgb(61,248,140); }
div.DivClassName
{
background-color: #3DF88C;
}
.BgClassName
{
background-color: #3DF88C;
}
</style>
border-color css
<style>
span { border-color: #3DF88C; }
span { border-color: rgb(61,248,140); }
td.TdClassName
{
border-color: #3DF88C;
}
.TagClassName
{
border-color: #3DF88C;
}
</style>