Shades of Shamrock #3DFE9A
Tints of Shamrock #3DFE9A
RGB
CMYK
RGB Variations
Color information
#3DFE9A (or 0x3DFE9A) is known color: Shamrock. HEX triplet: 3D, FE and 9A. RGB value is (61,254,154). Sum of RGB (Red+Green+Blue) = 61+254+154=469 (62% of max value = 765). Red value is 61 (24.22% from 255 or 13.01% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFE9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFE9A is #C20165. Grayscale: #B9B9B9. Windows color (decimal): -12714342 or 10157629. OLE color: 10157629.
HSL color Cylindrical-coordinate representation of color #3DFE9A: hue angle of 148.91º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFE9A is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 154 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.00 |
| HSL | 148.91º | 0.99% | 0.62% | - |
| HSV(B) | 148.91º | 0.76% | 1% | - |
| XYZ | 43.2 | 74.21 | 42.62 | - |
| YUV | 184.89 | 110.56 | 39.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 154 | 0.76 | 0 | 0.39 | 0.00 | 148.91 | 0.99 | 0.62 |
| Hex | 3D | FE | 9A | 4C | 0 | 27 | 0 | 95 | 63 | 3E |
| Octal | 75 | 376 | 232 | 114 | 0 | 47 | 0 | 225 | 143 | 76 |
| Binary | 111101 | 11111110 | 10011010 | 1001100 | 0 | 100111 | 0 | 10010101 | 1100011 | 111110 |
Color Harmonies of #3DFE9A
Complementary color
Monochromatic Colors of #3DFE9A
Black with #3DFE9A
Text Example
Text Example
White with #3DFE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFE9A; }
p { color: rgb(61,254,154); }
H1.HeaderClassName
{
color: #3DFE9A;
}
.AnyTagClassName
{
color: #3DFE9A;
}
</style>
background-color css
<style>
a { background-color: #3DFE9A; }
a { background-color: rgb(61,254,154); }
div.DivClassName
{
background-color: #3DFE9A;
}
.BgClassName
{
background-color: #3DFE9A;
}
</style>
border-color css
<style>
span { border-color: #3DFE9A; }
span { border-color: rgb(61,254,154); }
td.TdClassName
{
border-color: #3DFE9A;
}
.TagClassName
{
border-color: #3DFE9A;
}
</style>