Html Css Color HEX #3BD85C Emerald

📋 copy color: '#3BD85C'

red 59 ◦ green 216 ◦ blue 92

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

Shades of Emerald #3BD85C

Tints of Emerald #3BD85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.07%

R = 16.08%
G = 58.86%
B = 25.07%

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

#3BD85C (or 0x3BD85C) is known color: Emerald. HEX triplet: 3B, D8 and 5C. RGB value is (59,216,92). Sum of RGB (Red+Green+Blue) = 59+216+92=367 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.08% from 367); Green value is 216 (84.77% from 255 or 58.86% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 216 - color contains mainly: green. Hex color #3BD85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD85C is #C427A3. Grayscale: #9B9B9B. Windows color (decimal): -12855204 or 6084667. OLE color: 6084667.

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

Color convert

RGB 59 216 92 -
CMYK 0.73 0 0.57 0.15
HSL 132.61º 0.67% 0.54% -
HSV(B) 132.61º 0.73% 0.85% -
XYZ 28.29 50.81 18.44 -
YUV 154.92 92.49 59.58 -
System Red Green Blue C M Y K H S L
Decimal 59 216 92 0.73 0 0.57 0.15 132.61 0.67 0.54
Hex 3B D8 5C 49 0 39 F 85 43 36
Octal 73 330 134 111 0 71 17 205 103 66
Binary 111011 11011000 1011100 1001001 0 111001 1111 10000101 1000011 110110

Color Harmonies of #3BD85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD85C

Black with #3BD85C

Text Example


Text Example

White with #3BD85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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