Html Css Color HEX #3AD25F Emerald

📋 copy color: '#3AD25F'

red 58 ◦ green 210 ◦ blue 95

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

Shades of Emerald #3AD25F

Tints of Emerald #3AD25F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 57.85%

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

R = 15.98%
G = 57.85%
B = 26.17%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#3AD25F (or 0x3AD25F) is known color: Emerald. HEX triplet: 3A, D2 and 5F. RGB value is (58,210,95). Sum of RGB (Red+Green+Blue) = 58+210+95=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 210 (82.42% from 255 or 57.85% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD25F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD25F is #C52DA0. Grayscale: #979797. Windows color (decimal): -12922273 or 6279738. OLE color: 6279738.

HSL color Cylindrical-coordinate representation of color #3AD25F: hue angle of 134.61º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD25F is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 210 95 -
CMYK 0.72 0 0.55 0.18
HSL 134.61º 0.63% 0.53% -
HSV(B) 134.61º 0.72% 0.82% -
XYZ 26.86 47.82 18.64 -
YUV 151.44 96.14 61.35 -
System Red Green Blue C M Y K H S L
Decimal 58 210 95 0.72 0 0.55 0.18 134.61 0.63 0.53
Hex 3A D2 5F 48 0 37 12 87 3F 35
Octal 72 322 137 110 0 67 22 207 77 65
Binary 111010 11010010 1011111 1001000 0 110111 10010 10000111 111111 110101

Color Harmonies of #3AD25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD25F

Black with #3AD25F

Text Example


Text Example

White with #3AD25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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