Shades of Shamrock #3DF09A
Tints of Shamrock #3DF09A
RGB
CMYK
RGB Variations
Color information
#3DF09A (or 0x3DF09A) is known color: Shamrock. HEX triplet: 3D, F0 and 9A. RGB value is (61,240,154). Sum of RGB (Red+Green+Blue) = 61+240+154=455 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.41% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF09A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF09A is #C20F65. Grayscale: #B0B0B0. Windows color (decimal): -12717926 or 10154045. OLE color: 10154045.
HSL color Cylindrical-coordinate representation of color #3DF09A: hue angle of 151.17º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF09A is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 154 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.06 |
| HSL | 151.17º | 0.86% | 0.59% | - |
| HSV(B) | 151.17º | 0.75% | 0.94% | - |
| XYZ | 38.92 | 65.65 | 41.19 | - |
| YUV | 176.68 | 115.2 | 45.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 154 | 0.75 | 0 | 0.36 | 0.06 | 151.17 | 0.86 | 0.59 |
| Hex | 3D | F0 | 9A | 4B | 0 | 24 | 6 | 97 | 56 | 3B |
| Octal | 75 | 360 | 232 | 113 | 0 | 44 | 6 | 227 | 126 | 73 |
| Binary | 111101 | 11110000 | 10011010 | 1001011 | 0 | 100100 | 110 | 10010111 | 1010110 | 111011 |
Color Harmonies of #3DF09A
Complementary color
Monochromatic Colors of #3DF09A
Black with #3DF09A
Text Example
Text Example
White with #3DF09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF09A; }
p { color: rgb(61,240,154); }
H1.HeaderClassName
{
color: #3DF09A;
}
.AnyTagClassName
{
color: #3DF09A;
}
</style>
background-color css
<style>
a { background-color: #3DF09A; }
a { background-color: rgb(61,240,154); }
div.DivClassName
{
background-color: #3DF09A;
}
.BgClassName
{
background-color: #3DF09A;
}
</style>
border-color css
<style>
span { border-color: #3DF09A; }
span { border-color: rgb(61,240,154); }
td.TdClassName
{
border-color: #3DF09A;
}
.TagClassName
{
border-color: #3DF09A;
}
</style>