Html Css Color HEX #3DF086 Emerald

📋 copy color: '#3DF086'

red 61 ◦ green 240 ◦ blue 134

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

Shades of Emerald #3DF086

Tints of Emerald #3DF086

RGB

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

 GREEN value IS 240 (94.14% from 255) = 55.17%

 BLUE value IS 134 (52.73% from 255) = 30.8%

R = 14.02%
G = 55.17%
B = 30.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#3DF086 (or 0x3DF086) is known color: Emerald. HEX triplet: 3D, F0 and 86. RGB value is (61,240,134). Sum of RGB (Red+Green+Blue) = 61+240+134=435 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.02% from 435); Green value is 240 (94.14% from 255 or 55.17% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF086 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF086 is #C20F79. Grayscale: #AEAEAE. Windows color (decimal): -12717946 or 8843325. OLE color: 8843325.

HSL color Cylindrical-coordinate representation of color #3DF086: hue angle of 144.47º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF086 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 240 134 -
CMYK 0.75 0 0.44 0.06
HSL 144.47º 0.86% 0.59% -
HSV(B) 144.47º 0.75% 0.94% -
XYZ 37.39 65.03 33.14 -
YUV 174.4 105.2 47.12 -
System Red Green Blue C M Y K H S L
Decimal 61 240 134 0.75 0 0.44 0.06 144.47 0.86 0.59
Hex 3D F0 86 4B 0 2C 6 90 56 3B
Octal 75 360 206 113 0 54 6 220 126 73
Binary 111101 11110000 10000110 1001011 0 101100 110 10010000 1010110 111011

Color Harmonies of #3DF086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF086

Black with #3DF086

Text Example


Text Example

White with #3DF086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,240,134); }

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

background-color css

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

 a { background-color: rgb(61,240,134); }

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

border-color css

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

 span { border-color: rgb(61,240,134); }

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