Html Css Color HEX #3BD85D Emerald

📋 copy color: '#3BD85D'

red 59 ◦ green 216 ◦ blue 93

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

Shades of Emerald #3BD85D

Tints of Emerald #3BD85D

RGB

 RED value IS 59 (23.44% from 255) = 16.03%

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

 BLUE value IS 93 (36.72% from 255) = 25.27%

R = 16.03%
G = 58.7%
B = 25.27%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#3BD85D (or 0x3BD85D) is known color: Emerald. HEX triplet: 3B, D8 and 5D. RGB value is (59,216,93). Sum of RGB (Red+Green+Blue) = 59+216+93=368 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.03% from 368); Green value is 216 (84.77% from 255 or 58.70% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 216 - color contains mainly: green. Hex color #3BD85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD85D is #C427A2. Grayscale: #9B9B9B. Windows color (decimal): -12855203 or 6150203. OLE color: 6150203.

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

Color convert

RGB 59 216 93 -
CMYK 0.73 0 0.57 0.15
HSL 132.99º 0.67% 0.54% -
HSV(B) 132.99º 0.73% 0.85% -
XYZ 28.34 50.83 18.67 -
YUV 155.04 92.99 59.5 -
System Red Green Blue C M Y K H S L
Decimal 59 216 93 0.73 0 0.57 0.15 132.99 0.67 0.54
Hex 3B D8 5D 49 0 39 F 85 43 36
Octal 73 330 135 111 0 71 17 205 103 66
Binary 111011 11011000 1011101 1001001 0 111001 1111 10000101 1000011 110110

Color Harmonies of #3BD85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD85D

Black with #3BD85D

Text Example


Text Example

White with #3BD85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,216,93); }

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

background-color css

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

 a { background-color: rgb(59,216,93); }

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

border-color css

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

 span { border-color: rgb(59,216,93); }

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