Html Css Color HEX #3DFD81 Emerald

📋 copy color: '#3DFD81'

red 61 ◦ green 253 ◦ blue 129

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

Shades of Emerald #3DFD81

Tints of Emerald #3DFD81

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.11%

 BLUE value IS 129 (50.78% from 255) = 29.12%

R = 13.77%
G = 57.11%
B = 29.12%

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

#3DFD81 (or 0x3DFD81) is known color: Emerald. HEX triplet: 3D, FD and 81. RGB value is (61,253,129). Sum of RGB (Red+Green+Blue) = 61+253+129=443 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.77% from 443); Green value is 253 (99.22% from 255 or 57.11% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFD81 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFD81 is #C2027E. Grayscale: #B5B5B5. Windows color (decimal): -12714623 or 8518973. OLE color: 8518973.

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

Color convert

RGB 61 253 129 -
CMYK 0.76 0 0.49 0.01
HSL 141.25º 0.98% 0.62% -
HSV(B) 141.25º 0.76% 0.99% -
XYZ 41.01 72.83 32.66 -
YUV 181.46 98.39 42.08 -
System Red Green Blue C M Y K H S L
Decimal 61 253 129 0.76 0 0.49 0.01 141.25 0.98 0.62
Hex 3D FD 81 4C 0 31 1 8D 62 3E
Octal 75 375 201 114 0 61 1 215 142 76
Binary 111101 11111101 10000001 1001100 0 110001 1 10001101 1100010 111110

Color Harmonies of #3DFD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFD81

Black with #3DFD81

Text Example


Text Example

White with #3DFD81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,253,129); }

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

background-color css

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

 a { background-color: rgb(61,253,129); }

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

border-color css

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

 span { border-color: rgb(61,253,129); }

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