Html Css Color HEX #3AD95F Emerald

📋 copy color: '#3AD95F'

red 58 ◦ green 217 ◦ blue 95

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

Shades of Emerald #3AD95F

Tints of Emerald #3AD95F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 58.65%

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

R = 15.68%
G = 58.65%
B = 25.68%

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

#3AD95F (or 0x3AD95F) is known color: Emerald. HEX triplet: 3A, D9 and 5F. RGB value is (58,217,95). Sum of RGB (Red+Green+Blue) = 58+217+95=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 217 (85.16% from 255 or 58.65% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD95F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD95F is #C526A0. Grayscale: #9B9B9B. Windows color (decimal): -12920481 or 6281530. OLE color: 6281530.

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

Color convert

RGB 58 217 95 -
CMYK 0.73 0 0.56 0.15
HSL 133.96º 0.68% 0.54% -
HSV(B) 133.96º 0.73% 0.85% -
XYZ 28.62 51.35 19.23 -
YUV 155.55 93.82 58.42 -
System Red Green Blue C M Y K H S L
Decimal 58 217 95 0.73 0 0.56 0.15 133.96 0.68 0.54
Hex 3A D9 5F 49 0 38 F 86 44 36
Octal 72 331 137 111 0 70 17 206 104 66
Binary 111010 11011001 1011111 1001001 0 111000 1111 10000110 1000100 110110

Color Harmonies of #3AD95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD95F

Black with #3AD95F

Text Example


Text Example

White with #3AD95F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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