Html Css Color HEX #3BDD76 Emerald

📋 copy color: '#3BDD76'

red 59 ◦ green 221 ◦ blue 118

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

Shades of Emerald #3BDD76

Tints of Emerald #3BDD76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.65%

R = 14.82%
G = 55.53%
B = 29.65%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#3BDD76 (or 0x3BDD76) is known color: Emerald. HEX triplet: 3B, DD and 76. RGB value is (59,221,118). Sum of RGB (Red+Green+Blue) = 59+221+118=398 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.82% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDD76 is #C42289. Grayscale: #A1A1A1. Windows color (decimal): -12853898 or 7789883. OLE color: 7789883.

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

Color convert

RGB 59 221 118 -
CMYK 0.73 0 0.47 0.13
HSL 141.85º 0.7% 0.55% -
HSV(B) 141.85º 0.73% 0.87% -
XYZ 30.93 53.95 25.92 -
YUV 160.82 103.83 55.38 -
System Red Green Blue C M Y K H S L
Decimal 59 221 118 0.73 0 0.47 0.13 141.85 0.7 0.55
Hex 3B DD 76 49 0 2F D 8E 46 37
Octal 73 335 166 111 0 57 15 216 106 67
Binary 111011 11011101 1110110 1001001 0 101111 1101 10001110 1000110 110111

Color Harmonies of #3BDD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDD76

Black with #3BDD76

Text Example


Text Example

White with #3BDD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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