Html Css Color HEX #3DFC80 Emerald

📋 copy color: '#3DFC80'

red 61 ◦ green 252 ◦ blue 128

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

Shades of Emerald #3DFC80

Tints of Emerald #3DFC80

RGB

 RED value IS 61 (24.22% from 255) = 13.83%

 GREEN value IS 252 (98.83% from 255) = 57.14%

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

R = 13.83%
G = 57.14%
B = 29.02%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#3DFC80 (or 0x3DFC80) is known color: Emerald. HEX triplet: 3D, FC and 80. RGB value is (61,252,128). Sum of RGB (Red+Green+Blue) = 61+252+128=441 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.83% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #3DFC80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFC80 is #C2037F. Grayscale: #B5B5B5. Windows color (decimal): -12714880 or 8453181. OLE color: 8453181.

HSL color Cylindrical-coordinate representation of color #3DFC80: hue angle of 141.05º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFC80 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 61 252 128 -
CMYK 0.76 0 0.49 0.01
HSL 141.05º 0.97% 0.61% -
HSV(B) 141.05º 0.76% 0.99% -
XYZ 40.63 72.17 32.21 -
YUV 180.76 98.22 42.58 -
System Red Green Blue C M Y K H S L
Decimal 61 252 128 0.76 0 0.49 0.01 141.05 0.97 0.61
Hex 3D FC 80 4C 0 31 1 8D 61 3D
Octal 75 374 200 114 0 61 1 215 141 75
Binary 111101 11111100 10000000 1001100 0 110001 1 10001101 1100001 111101

Color Harmonies of #3DFC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFC80

Black with #3DFC80

Text Example


Text Example

White with #3DFC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,252,128); }

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

background-color css

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

 a { background-color: rgb(61,252,128); }

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

border-color css

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

 span { border-color: rgb(61,252,128); }

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