Html Css Color HEX #3AD45B Emerald

📋 copy color: '#3AD45B'

red 58 ◦ green 212 ◦ blue 91

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

Shades of Emerald #3AD45B

Tints of Emerald #3AD45B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.73%

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

R = 16.07%
G = 58.73%
B = 25.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#3AD45B (or 0x3AD45B) is known color: Emerald. HEX triplet: 3A, D4 and 5B. RGB value is (58,212,91). Sum of RGB (Red+Green+Blue) = 58+212+91=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 212 (83.20% from 255 or 58.73% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD45B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD45B is #C52BA4. Grayscale: #989898. Windows color (decimal): -12921765 or 6018106. OLE color: 6018106.

HSL color Cylindrical-coordinate representation of color #3AD45B: hue angle of 132.86º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD45B is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 58 212 91 -
CMYK 0.73 0 0.57 0.17
HSL 132.86º 0.64% 0.53% -
HSV(B) 132.86º 0.73% 0.83% -
XYZ 27.18 48.74 17.87 -
YUV 152.16 93.48 60.84 -
System Red Green Blue C M Y K H S L
Decimal 58 212 91 0.73 0 0.57 0.17 132.86 0.64 0.53
Hex 3A D4 5B 49 0 39 11 85 40 35
Octal 72 324 133 111 0 71 21 205 100 65
Binary 111010 11010100 1011011 1001001 0 111001 10001 10000101 1000000 110101

Color Harmonies of #3AD45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD45B

Black with #3AD45B

Text Example


Text Example

White with #3AD45B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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