Shades of Shamrock #3DF295
Tints of Shamrock #3DF295
RGB
CMYK
RGB Variations
Color information
#3DF295 (or 0x3DF295) is known color: Shamrock. HEX triplet: 3D, F2 and 95. RGB value is (61,242,149). Sum of RGB (Red+Green+Blue) = 61+242+149=452 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.50% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF295 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF295 is #C20D6A. Grayscale: #B1B1B1. Windows color (decimal): -12717419 or 9826877. OLE color: 9826877.
HSL color Cylindrical-coordinate representation of color #3DF295: hue angle of 149.17º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF295 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 149 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.05 |
| HSL | 149.17º | 0.87% | 0.59% | - |
| HSV(B) | 149.17º | 0.75% | 0.95% | - |
| XYZ | 39.1 | 66.67 | 39.24 | - |
| YUV | 177.28 | 112.03 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 149 | 0.75 | 0 | 0.38 | 0.05 | 149.17 | 0.87 | 0.59 |
| Hex | 3D | F2 | 95 | 4B | 0 | 26 | 5 | 95 | 57 | 3B |
| Octal | 75 | 362 | 225 | 113 | 0 | 46 | 5 | 225 | 127 | 73 |
| Binary | 111101 | 11110010 | 10010101 | 1001011 | 0 | 100110 | 101 | 10010101 | 1010111 | 111011 |
Color Harmonies of #3DF295
Complementary color
Monochromatic Colors of #3DF295
Black with #3DF295
Text Example
Text Example
White with #3DF295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF295; }
p { color: rgb(61,242,149); }
H1.HeaderClassName
{
color: #3DF295;
}
.AnyTagClassName
{
color: #3DF295;
}
</style>
background-color css
<style>
a { background-color: #3DF295; }
a { background-color: rgb(61,242,149); }
div.DivClassName
{
background-color: #3DF295;
}
.BgClassName
{
background-color: #3DF295;
}
</style>
border-color css
<style>
span { border-color: #3DF295; }
span { border-color: rgb(61,242,149); }
td.TdClassName
{
border-color: #3DF295;
}
.TagClassName
{
border-color: #3DF295;
}
</style>