Html Css Color HEX #3DDF5E Emerald

📋 copy color: '#3DDF5E'

red 61 ◦ green 223 ◦ blue 94

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

Shades of Emerald #3DDF5E

Tints of Emerald #3DDF5E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.99%

 BLUE value IS 94 (37.11% from 255) = 24.87%

R = 16.14%
G = 58.99%
B = 24.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#3DDF5E (or 0x3DDF5E) is known color: Emerald. HEX triplet: 3D, DF and 5E. RGB value is (61,223,94). Sum of RGB (Red+Green+Blue) = 61+223+94=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 223 (87.5% from 255 or 58.99% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDF5E is #C220A1. Grayscale: #A0A0A0. Windows color (decimal): -12722338 or 6217533. OLE color: 6217533.

HSL color Cylindrical-coordinate representation of color #3DDF5E: hue angle of 132.22º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDF5E is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 223 94 -
CMYK 0.73 0 0.58 0.13
HSL 132.22º 0.72% 0.56% -
HSV(B) 132.22º 0.73% 0.87% -
XYZ 30.33 54.58 19.53 -
YUV 159.86 90.83 57.49 -
System Red Green Blue C M Y K H S L
Decimal 61 223 94 0.73 0 0.58 0.13 132.22 0.72 0.56
Hex 3D DF 5E 49 0 3A D 84 48 38
Octal 75 337 136 111 0 72 15 204 110 70
Binary 111101 11011111 1011110 1001001 0 111010 1101 10000100 1001000 111000

Color Harmonies of #3DDF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDF5E

Black with #3DDF5E

Text Example


Text Example

White with #3DDF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,223,94); }

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

background-color css

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

 a { background-color: rgb(61,223,94); }

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

border-color css

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

 span { border-color: rgb(61,223,94); }

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