Shades of Shamrock #3DFF9B
Tints of Shamrock #3DFF9B
RGB
CMYK
RGB Variations
Color information
#3DFF9B (or 0x3DFF9B) is known color: Shamrock. HEX triplet: 3D, FF and 9B. RGB value is (61,255,155). Sum of RGB (Red+Green+Blue) = 61+255+155=471 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.95% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFF9B is #C20064. Grayscale: #B9B9B9. Windows color (decimal): -12714085 or 10223421. OLE color: 10223421.
HSL color Cylindrical-coordinate representation of color #3DFF9B: hue angle of 149.07º 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 #3DFF9B is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 155 | - |
| CMYK | 0.76 | 0 | 0.39 | 0 |
| HSL | 149.07º | 1% | 0.62% | - |
| HSV(B) | 149.07º | 0.76% | 1% | - |
| XYZ | 43.6 | 74.88 | 43.17 | - |
| YUV | 185.59 | 110.73 | 39.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 155 | 0.76 | 0 | 0.39 | 0 | 149.07 | 1 | 0.62 |
| Hex | 3D | FF | 9B | 4C | 0 | 27 | 0 | 95 | 64 | 3E |
| Octal | 75 | 377 | 233 | 114 | 0 | 47 | 0 | 225 | 144 | 76 |
| Binary | 111101 | 11111111 | 10011011 | 1001100 | 0 | 100111 | 0 | 10010101 | 1100100 | 111110 |
Color Harmonies of #3DFF9B
Complementary color
Monochromatic Colors of #3DFF9B
Black with #3DFF9B
Text Example
Text Example
White with #3DFF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF9B; }
p { color: rgb(61,255,155); }
H1.HeaderClassName
{
color: #3DFF9B;
}
.AnyTagClassName
{
color: #3DFF9B;
}
</style>
background-color css
<style>
a { background-color: #3DFF9B; }
a { background-color: rgb(61,255,155); }
div.DivClassName
{
background-color: #3DFF9B;
}
.BgClassName
{
background-color: #3DFF9B;
}
</style>
border-color css
<style>
span { border-color: #3DFF9B; }
span { border-color: rgb(61,255,155); }
td.TdClassName
{
border-color: #3DFF9B;
}
.TagClassName
{
border-color: #3DFF9B;
}
</style>