Shades of Shamrock #3DF69C
Tints of Shamrock #3DF69C
RGB
CMYK
RGB Variations
Color information
#3DF69C (or 0x3DF69C) is known color: Shamrock. HEX triplet: 3D, F6 and 9C. RGB value is (61,246,156). Sum of RGB (Red+Green+Blue) = 61+246+156=463 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.17% from 463); Green value is 246 (96.48% from 255 or 53.13% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF69C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF69C is #C20963. Grayscale: #B4B4B4. Windows color (decimal): -12716388 or 10286653. OLE color: 10286653.
HSL color Cylindrical-coordinate representation of color #3DF69C: hue angle of 150.81º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF69C is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 156 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.04 |
| HSL | 150.81º | 0.91% | 0.6% | - |
| HSV(B) | 150.81º | 0.75% | 0.96% | - |
| XYZ | 40.88 | 69.3 | 42.67 | - |
| YUV | 180.43 | 114.21 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 156 | 0.75 | 0 | 0.37 | 0.04 | 150.81 | 0.91 | 0.6 |
| Hex | 3D | F6 | 9C | 4B | 0 | 25 | 4 | 97 | 5B | 3C |
| Octal | 75 | 366 | 234 | 113 | 0 | 45 | 4 | 227 | 133 | 74 |
| Binary | 111101 | 11110110 | 10011100 | 1001011 | 0 | 100101 | 100 | 10010111 | 1011011 | 111100 |
Color Harmonies of #3DF69C
Complementary color
Monochromatic Colors of #3DF69C
Black with #3DF69C
Text Example
Text Example
White with #3DF69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF69C; }
p { color: rgb(61,246,156); }
H1.HeaderClassName
{
color: #3DF69C;
}
.AnyTagClassName
{
color: #3DF69C;
}
</style>
background-color css
<style>
a { background-color: #3DF69C; }
a { background-color: rgb(61,246,156); }
div.DivClassName
{
background-color: #3DF69C;
}
.BgClassName
{
background-color: #3DF69C;
}
</style>
border-color css
<style>
span { border-color: #3DF69C; }
span { border-color: rgb(61,246,156); }
td.TdClassName
{
border-color: #3DF69C;
}
.TagClassName
{
border-color: #3DF69C;
}
</style>