Html Css Color HEX #3AD85F Emerald

📋 copy color: '#3AD85F'

red 58 ◦ green 216 ◦ blue 95

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

Shades of Emerald #3AD85F

Tints of Emerald #3AD85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.75%

R = 15.72%
G = 58.54%
B = 25.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#3AD85F (or 0x3AD85F) is known color: Emerald. HEX triplet: 3A, D8 and 5F. RGB value is (58,216,95). Sum of RGB (Red+Green+Blue) = 58+216+95=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 216 (84.77% from 255 or 58.54% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD85F is #C527A0. Grayscale: #9B9B9B. Windows color (decimal): -12920737 or 6281274. OLE color: 6281274.

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

Color convert

RGB 58 216 95 -
CMYK 0.73 0 0.56 0.15
HSL 134.05º 0.67% 0.54% -
HSV(B) 134.05º 0.73% 0.85% -
XYZ 28.37 50.84 19.14 -
YUV 154.96 94.15 58.84 -
System Red Green Blue C M Y K H S L
Decimal 58 216 95 0.73 0 0.56 0.15 134.05 0.67 0.54
Hex 3A D8 5F 49 0 38 F 86 43 36
Octal 72 330 137 111 0 70 17 206 103 66
Binary 111010 11011000 1011111 1001001 0 111000 1111 10000110 1000011 110110

Color Harmonies of #3AD85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD85F

Black with #3AD85F

Text Example


Text Example

White with #3AD85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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