Html Css Color HEX #3DDF5D Emerald

📋 copy color: '#3DDF5D'

red 61 ◦ green 223 ◦ blue 93

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

Shades of Emerald #3DDF5D

Tints of Emerald #3DDF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.67%

R = 16.18%
G = 59.15%
B = 24.67%

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

#3DDF5D (or 0x3DDF5D) is known color: Emerald. HEX triplet: 3D, DF and 5D. RGB value is (61,223,93). Sum of RGB (Red+Green+Blue) = 61+223+93=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDF5D is #C220A2. Grayscale: #A0A0A0. Windows color (decimal): -12722339 or 6151997. OLE color: 6151997.

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

Color convert

RGB 61 223 93 -
CMYK 0.73 0 0.58 0.13
HSL 131.85º 0.72% 0.56% -
HSV(B) 131.85º 0.73% 0.87% -
XYZ 30.29 54.56 19.29 -
YUV 159.74 90.33 57.57 -
System Red Green Blue C M Y K H S L
Decimal 61 223 93 0.73 0 0.58 0.13 131.85 0.72 0.56
Hex 3D DF 5D 49 0 3A D 84 48 38
Octal 75 337 135 111 0 72 15 204 110 70
Binary 111101 11011111 1011101 1001001 0 111010 1101 10000100 1001000 111000

Color Harmonies of #3DDF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDF5D

Black with #3DDF5D

Text Example


Text Example

White with #3DDF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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