Shades of Shamrock #3DFF9A
Tints of Shamrock #3DFF9A
RGB
CMYK
RGB Variations
Color information
#3DFF9A (or 0x3DFF9A) is known color: Shamrock. HEX triplet: 3D, FF and 9A. RGB value is (61,255,154). Sum of RGB (Red+Green+Blue) = 61+255+154=470 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.98% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFF9A is #C20065. Grayscale: #B9B9B9. Windows color (decimal): -12714086 or 10157885. OLE color: 10157885.
HSL color Cylindrical-coordinate representation of color #3DFF9A: hue angle of 148.76º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFF9A is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 154 | - |
| CMYK | 0.76 | 0 | 0.40 | 0 |
| HSL | 148.76º | 1% | 0.62% | - |
| HSV(B) | 148.76º | 0.76% | 1% | - |
| XYZ | 43.52 | 74.85 | 42.72 | - |
| YUV | 185.48 | 110.23 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 154 | 0.76 | 0 | 0.40 | 0 | 148.76 | 1 | 0.62 |
| Hex | 3D | FF | 9A | 4C | 0 | 28 | 0 | 95 | 64 | 3E |
| Octal | 75 | 377 | 232 | 114 | 0 | 50 | 0 | 225 | 144 | 76 |
| Binary | 111101 | 11111111 | 10011010 | 1001100 | 0 | 101000 | 0 | 10010101 | 1100100 | 111110 |
Color Harmonies of #3DFF9A
Complementary color
Monochromatic Colors of #3DFF9A
Black with #3DFF9A
Text Example
Text Example
White with #3DFF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF9A; }
p { color: rgb(61,255,154); }
H1.HeaderClassName
{
color: #3DFF9A;
}
.AnyTagClassName
{
color: #3DFF9A;
}
</style>
background-color css
<style>
a { background-color: #3DFF9A; }
a { background-color: rgb(61,255,154); }
div.DivClassName
{
background-color: #3DFF9A;
}
.BgClassName
{
background-color: #3DFF9A;
}
</style>
border-color css
<style>
span { border-color: #3DFF9A; }
span { border-color: rgb(61,255,154); }
td.TdClassName
{
border-color: #3DFF9A;
}
.TagClassName
{
border-color: #3DFF9A;
}
</style>