Shades of Shamrock #3DF98A
Tints of Shamrock #3DF98A
RGB
CMYK
RGB Variations
Color information
#3DF98A (or 0x3DF98A) is known color: Shamrock. HEX triplet: 3D, F9 and 8A. RGB value is (61,249,138). Sum of RGB (Red+Green+Blue) = 61+249+138=448 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.62% from 448); Green value is 249 (97.66% from 255 or 55.58% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF98A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF98A is #C20675. Grayscale: #B4B4B4. Windows color (decimal): -12715638 or 9107773. OLE color: 9107773.
HSL color Cylindrical-coordinate representation of color #3DF98A: hue angle of 144.57º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF98A is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 138 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.02 |
| HSL | 144.57º | 0.94% | 0.61% | - |
| HSV(B) | 144.57º | 0.76% | 0.98% | - |
| XYZ | 40.39 | 70.58 | 35.54 | - |
| YUV | 180.13 | 104.22 | 43.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 138 | 0.76 | 0 | 0.45 | 0.02 | 144.57 | 0.94 | 0.61 |
| Hex | 3D | F9 | 8A | 4C | 0 | 2D | 2 | 91 | 5E | 3D |
| Octal | 75 | 371 | 212 | 114 | 0 | 55 | 2 | 221 | 136 | 75 |
| Binary | 111101 | 11111001 | 10001010 | 1001100 | 0 | 101101 | 10 | 10010001 | 1011110 | 111101 |
Color Harmonies of #3DF98A
Complementary color
Monochromatic Colors of #3DF98A
Black with #3DF98A
Text Example
Text Example
White with #3DF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF98A; }
p { color: rgb(61,249,138); }
H1.HeaderClassName
{
color: #3DF98A;
}
.AnyTagClassName
{
color: #3DF98A;
}
</style>
background-color css
<style>
a { background-color: #3DF98A; }
a { background-color: rgb(61,249,138); }
div.DivClassName
{
background-color: #3DF98A;
}
.BgClassName
{
background-color: #3DF98A;
}
</style>
border-color css
<style>
span { border-color: #3DF98A; }
span { border-color: rgb(61,249,138); }
td.TdClassName
{
border-color: #3DF98A;
}
.TagClassName
{
border-color: #3DF98A;
}
</style>