Shades of Shamrock #3FF38D
Tints of Shamrock #3FF38D
RGB
CMYK
RGB Variations
Color information
#3FF38D (or 0x3FF38D) is known color: Shamrock. HEX triplet: 3F, F3 and 8D. RGB value is (63,243,141). Sum of RGB (Red+Green+Blue) = 63+243+141=447 (59% of max value = 765). Red value is 63 (25% from 255 or 14.09% from 447); Green value is 243 (95.31% from 255 or 54.36% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 243 - color contains mainly: green. Hex color #3FF38D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF38D is #C00C72. Grayscale: #B1B1B1. Windows color (decimal): -12586099 or 9302847. OLE color: 9302847.
HSL color Cylindrical-coordinate representation of color #3FF38D: hue angle of 146º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF38D is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 243 | 141 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.05 |
| HSL | 146º | 0.88% | 0.6% | - |
| HSV(B) | 146º | 0.74% | 0.95% | - |
| XYZ | 38.91 | 67.08 | 36.1 | - |
| YUV | 177.55 | 107.37 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 243 | 141 | 0.74 | 0 | 0.42 | 0.05 | 146 | 0.88 | 0.6 |
| Hex | 3F | F3 | 8D | 4A | 0 | 2A | 5 | 92 | 58 | 3C |
| Octal | 77 | 363 | 215 | 112 | 0 | 52 | 5 | 222 | 130 | 74 |
| Binary | 111111 | 11110011 | 10001101 | 1001010 | 0 | 101010 | 101 | 10010010 | 1011000 | 111100 |
Color Harmonies of #3FF38D
Complementary color
Monochromatic Colors of #3FF38D
Black with #3FF38D
Text Example
Text Example
White with #3FF38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF38D; }
p { color: rgb(63,243,141); }
H1.HeaderClassName
{
color: #3FF38D;
}
.AnyTagClassName
{
color: #3FF38D;
}
</style>
background-color css
<style>
a { background-color: #3FF38D; }
a { background-color: rgb(63,243,141); }
div.DivClassName
{
background-color: #3FF38D;
}
.BgClassName
{
background-color: #3FF38D;
}
</style>
border-color css
<style>
span { border-color: #3FF38D; }
span { border-color: rgb(63,243,141); }
td.TdClassName
{
border-color: #3FF38D;
}
.TagClassName
{
border-color: #3FF38D;
}
</style>