Shades of Shamrock #3DF395
Tints of Shamrock #3DF395
RGB
CMYK
RGB Variations
Color information
#3DF395 (or 0x3DF395) is known color: Shamrock. HEX triplet: 3D, F3 and 95. RGB value is (61,243,149). Sum of RGB (Red+Green+Blue) = 61+243+149=453 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.47% from 453); Green value is 243 (95.31% from 255 or 53.64% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF395 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF395 is #C20C6A. Grayscale: #B2B2B2. Windows color (decimal): -12717163 or 9827133. OLE color: 9827133.
HSL color Cylindrical-coordinate representation of color #3DF395: hue angle of 149.01º 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 #3DF395 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 149 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.05 |
| HSL | 149.01º | 0.88% | 0.6% | - |
| HSV(B) | 149.01º | 0.75% | 0.95% | - |
| XYZ | 39.4 | 67.26 | 39.34 | - |
| YUV | 177.87 | 111.7 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 149 | 0.75 | 0 | 0.39 | 0.05 | 149.01 | 0.88 | 0.6 |
| Hex | 3D | F3 | 95 | 4B | 0 | 27 | 5 | 95 | 58 | 3C |
| Octal | 75 | 363 | 225 | 113 | 0 | 47 | 5 | 225 | 130 | 74 |
| Binary | 111101 | 11110011 | 10010101 | 1001011 | 0 | 100111 | 101 | 10010101 | 1011000 | 111100 |
Color Harmonies of #3DF395
Complementary color
Monochromatic Colors of #3DF395
Black with #3DF395
Text Example
Text Example
White with #3DF395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF395; }
p { color: rgb(61,243,149); }
H1.HeaderClassName
{
color: #3DF395;
}
.AnyTagClassName
{
color: #3DF395;
}
</style>
background-color css
<style>
a { background-color: #3DF395; }
a { background-color: rgb(61,243,149); }
div.DivClassName
{
background-color: #3DF395;
}
.BgClassName
{
background-color: #3DF395;
}
</style>
border-color css
<style>
span { border-color: #3DF395; }
span { border-color: rgb(61,243,149); }
td.TdClassName
{
border-color: #3DF395;
}
.TagClassName
{
border-color: #3DF395;
}
</style>