Html Css Color HEX #3AD85B Emerald

📋 copy color: '#3AD85B'

red 58 ◦ green 216 ◦ blue 91

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

Shades of Emerald #3AD85B

Tints of Emerald #3AD85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.93%

R = 15.89%
G = 59.18%
B = 24.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#3AD85B (or 0x3AD85B) is known color: Emerald. HEX triplet: 3A, D8 and 5B. RGB value is (58,216,91). Sum of RGB (Red+Green+Blue) = 58+216+91=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD85B is #C527A4. Grayscale: #9A9A9A. Windows color (decimal): -12920741 or 6019130. OLE color: 6019130.

HSL color Cylindrical-coordinate representation of color #3AD85B: hue angle of 132.53º 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 #3AD85B is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 216 91 -
CMYK 0.73 0 0.58 0.15
HSL 132.53º 0.67% 0.54% -
HSV(B) 132.53º 0.73% 0.85% -
XYZ 28.19 50.77 18.21 -
YUV 154.51 92.15 59.16 -
System Red Green Blue C M Y K H S L
Decimal 58 216 91 0.73 0 0.58 0.15 132.53 0.67 0.54
Hex 3A D8 5B 49 0 3A F 85 43 36
Octal 72 330 133 111 0 72 17 205 103 66
Binary 111010 11011000 1011011 1001001 0 111010 1111 10000101 1000011 110110

Color Harmonies of #3AD85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD85B

Black with #3AD85B

Text Example


Text Example

White with #3AD85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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