Shades of Shamrock #3ADF84
Tints of Shamrock #3ADF84
RGB
CMYK
RGB Variations
Color information
#3ADF84 (or 0x3ADF84) is known color: Shamrock. HEX triplet: 3A, DF and 84. RGB value is (58,223,132). Sum of RGB (Red+Green+Blue) = 58+223+132=413 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.04% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADF84 is #C5207B. Grayscale: #A3A3A3. Windows color (decimal): -12918908 or 8707898. OLE color: 8707898.
HSL color Cylindrical-coordinate representation of color #3ADF84: hue angle of 146.91º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADF84 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 132 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.13 |
| HSL | 146.91º | 0.72% | 0.55% | - |
| HSV(B) | 146.91º | 0.74% | 0.87% | - |
| XYZ | 32.3 | 55.34 | 30.81 | - |
| YUV | 163.29 | 110.34 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 132 | 0.74 | 0 | 0.41 | 0.13 | 146.91 | 0.72 | 0.55 |
| Hex | 3A | DF | 84 | 4A | 0 | 29 | D | 93 | 48 | 37 |
| Octal | 72 | 337 | 204 | 112 | 0 | 51 | 15 | 223 | 110 | 67 |
| Binary | 111010 | 11011111 | 10000100 | 1001010 | 0 | 101001 | 1101 | 10010011 | 1001000 | 110111 |
Color Harmonies of #3ADF84
Complementary color
Monochromatic Colors of #3ADF84
Black with #3ADF84
Text Example
Text Example
White with #3ADF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADF84; }
p { color: rgb(58,223,132); }
H1.HeaderClassName
{
color: #3ADF84;
}
.AnyTagClassName
{
color: #3ADF84;
}
</style>
background-color css
<style>
a { background-color: #3ADF84; }
a { background-color: rgb(58,223,132); }
div.DivClassName
{
background-color: #3ADF84;
}
.BgClassName
{
background-color: #3ADF84;
}
</style>
border-color css
<style>
span { border-color: #3ADF84; }
span { border-color: rgb(58,223,132); }
td.TdClassName
{
border-color: #3ADF84;
}
.TagClassName
{
border-color: #3ADF84;
}
</style>