Html Css Color HEX #3AD87F Emerald

📋 copy color: '#3AD87F'

red 58 ◦ green 216 ◦ blue 127

#3AD87F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #3AD87F

Tints of Emerald #3AD87F

RGB

 RED value IS 58 (23.05% from 255) = 14.46%

 GREEN value IS 216 (84.77% from 255) = 53.87%

 BLUE value IS 127 (50% from 255) = 31.67%

R = 14.46%
G = 53.87%
B = 31.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3AD87F (or 0x3AD87F) is known color: Emerald. HEX triplet: 3A, D8 and 7F. RGB value is (58,216,127). Sum of RGB (Red+Green+Blue) = 58+216+127=401 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.46% from 401); Green value is 216 (84.77% from 255 or 53.87% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD87F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD87F is #C52780. Grayscale: #9E9E9E. Windows color (decimal): -12920705 or 8378426. OLE color: 8378426.

HSL color Cylindrical-coordinate representation of color #3AD87F: hue angle of 146.2º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD87F is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 216 127 -
CMYK 0.73 0 0.41 0.15
HSL 146.2º 0.67% 0.54% -
HSV(B) 146.2º 0.73% 0.85% -
XYZ 30.13 51.54 28.44 -
YUV 158.61 110.15 56.24 -
System Red Green Blue C M Y K H S L
Decimal 58 216 127 0.73 0 0.41 0.15 146.2 0.67 0.54
Hex 3A D8 7F 49 0 29 F 92 43 36
Octal 72 330 177 111 0 51 17 222 103 66
Binary 111010 11011000 1111111 1001001 0 101001 1111 10010010 1000011 110110

Color Harmonies of #3AD87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD87F

Black with #3AD87F

Text Example


Text Example

White with #3AD87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AD87F; }

 p { color: rgb(58,216,127); }

 H1.HeaderClassName
 {
   color: #3AD87F;
 }
 .AnyTagClassName
 {
   color: #3AD87F;
 }
</style>

background-color css

<style>
 a { background-color: #3AD87F; }

 a { background-color: rgb(58,216,127); }

 div.DivClassName
 {
   background-color: #3AD87F;
 }
 .BgClassName
 {
   background-color: #3AD87F;
 }
</style>

border-color css

<style>
 span { border-color: #3AD87F; }

 span { border-color: rgb(58,216,127); }

 td.TdClassName
 {
   border-color: #3AD87F;
 }
 .TagClassName
 {
   border-color: #3AD87F;
 }
</style>