Html Css Color HEX #3DDF72 Emerald

📋 copy color: '#3DDF72'

red 61 ◦ green 223 ◦ blue 114

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

Shades of Emerald #3DDF72

Tints of Emerald #3DDF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.64%

R = 15.33%
G = 56.03%
B = 28.64%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#3DDF72 (or 0x3DDF72) is known color: Emerald. HEX triplet: 3D, DF and 72. RGB value is (61,223,114). Sum of RGB (Red+Green+Blue) = 61+223+114=398 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.33% from 398); Green value is 223 (87.5% from 255 or 56.03% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDF72 is #C2208D. Grayscale: #A2A2A2. Windows color (decimal): -12722318 or 7528253. OLE color: 7528253.

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

Color convert

RGB 61 223 114 -
CMYK 0.73 0 0.49 0.13
HSL 139.63º 0.72% 0.56% -
HSV(B) 139.63º 0.73% 0.87% -
XYZ 31.35 54.98 24.88 -
YUV 162.14 100.83 55.86 -
System Red Green Blue C M Y K H S L
Decimal 61 223 114 0.73 0 0.49 0.13 139.63 0.72 0.56
Hex 3D DF 72 49 0 31 D 8C 48 38
Octal 75 337 162 111 0 61 15 214 110 70
Binary 111101 11011111 1110010 1001001 0 110001 1101 10001100 1001000 111000

Color Harmonies of #3DDF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDF72

Black with #3DDF72

Text Example


Text Example

White with #3DDF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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