Html Css Color HEX #3BDD5F Emerald

📋 copy color: '#3BDD5F'

red 59 ◦ green 221 ◦ blue 95

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

Shades of Emerald #3BDD5F

Tints of Emerald #3BDD5F

RGB

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

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

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

R = 15.73%
G = 58.93%
B = 25.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#3BDD5F (or 0x3BDD5F) is known color: Emerald. HEX triplet: 3B, DD and 5F. RGB value is (59,221,95). Sum of RGB (Red+Green+Blue) = 59+221+95=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 221 (86.72% from 255 or 58.93% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDD5F is #C422A0. Grayscale: #9E9E9E. Windows color (decimal): -12853921 or 6282555. OLE color: 6282555.

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

Color convert

RGB 59 221 95 -
CMYK 0.73 0 0.57 0.13
HSL 133.33º 0.7% 0.55% -
HSV(B) 133.33º 0.73% 0.87% -
XYZ 29.73 53.47 19.58 -
YUV 158.2 92.33 57.25 -
System Red Green Blue C M Y K H S L
Decimal 59 221 95 0.73 0 0.57 0.13 133.33 0.7 0.55
Hex 3B DD 5F 49 0 39 D 85 46 37
Octal 73 335 137 111 0 71 15 205 106 67
Binary 111011 11011101 1011111 1001001 0 111001 1101 10000101 1000110 110111

Color Harmonies of #3BDD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDD5F

Black with #3BDD5F

Text Example


Text Example

White with #3BDD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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