Html Css Color HEX #3BDD80 Emerald

📋 copy color: '#3BDD80'

red 59 ◦ green 221 ◦ blue 128

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

Shades of Emerald #3BDD80

Tints of Emerald #3BDD80

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.17%

 BLUE value IS 128 (50.39% from 255) = 31.37%

R = 14.46%
G = 54.17%
B = 31.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#3BDD80 (or 0x3BDD80) is known color: Emerald. HEX triplet: 3B, DD and 80. RGB value is (59,221,128). Sum of RGB (Red+Green+Blue) = 59+221+128=408 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.46% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDD80 is #C4227F. Grayscale: #A2A2A2. Windows color (decimal): -12853888 or 8445243. OLE color: 8445243.

HSL color Cylindrical-coordinate representation of color #3BDD80: hue angle of 145.56º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDD80 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 221 128 -
CMYK 0.73 0 0.42 0.13
HSL 145.56º 0.7% 0.55% -
HSV(B) 145.56º 0.73% 0.87% -
XYZ 31.56 54.2 29.22 -
YUV 161.96 108.83 54.56 -
System Red Green Blue C M Y K H S L
Decimal 59 221 128 0.73 0 0.42 0.13 145.56 0.7 0.55
Hex 3B DD 80 49 0 2A D 92 46 37
Octal 73 335 200 111 0 52 15 222 106 67
Binary 111011 11011101 10000000 1001001 0 101010 1101 10010010 1000110 110111

Color Harmonies of #3BDD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDD80

Black with #3BDD80

Text Example


Text Example

White with #3BDD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,221,128); }

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

background-color css

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

 a { background-color: rgb(59,221,128); }

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

border-color css

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

 span { border-color: rgb(59,221,128); }

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