Html Css Color HEX #3DD072 Emerald

📋 copy color: '#3DD072'

red 61 ◦ green 208 ◦ blue 114

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

Shades of Emerald #3DD072

Tints of Emerald #3DD072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.31%

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

R = 15.93%
G = 54.31%
B = 29.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#3DD072 (or 0x3DD072) is known color: Emerald. HEX triplet: 3D, D0 and 72. RGB value is (61,208,114). Sum of RGB (Red+Green+Blue) = 61+208+114=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 208 (81.64% from 255 or 54.31% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD072 is #C22F8D. Grayscale: #999999. Windows color (decimal): -12726158 or 7524413. OLE color: 7524413.

HSL color Cylindrical-coordinate representation of color #3DD072: hue angle of 141.63º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD072 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 61 208 114 -
CMYK 0.71 0 0.45 0.18
HSL 141.63º 0.61% 0.53% -
HSV(B) 141.63º 0.71% 0.82% -
XYZ 27.52 47.32 23.6 -
YUV 153.33 105.8 62.14 -
System Red Green Blue C M Y K H S L
Decimal 61 208 114 0.71 0 0.45 0.18 141.63 0.61 0.53
Hex 3D D0 72 47 0 2D 12 8E 3D 35
Octal 75 320 162 107 0 55 22 216 75 65
Binary 111101 11010000 1110010 1000111 0 101101 10010 10001110 111101 110101

Color Harmonies of #3DD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD072

Black with #3DD072

Text Example


Text Example

White with #3DD072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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