Html Css Color HEX #3DF076 Emerald

📋 copy color: '#3DF076'

red 61 ◦ green 240 ◦ blue 118

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

Shades of Emerald #3DF076

Tints of Emerald #3DF076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.16%

R = 14.56%
G = 57.28%
B = 28.16%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#3DF076 (or 0x3DF076) is known color: Emerald. HEX triplet: 3D, F0 and 76. RGB value is (61,240,118). Sum of RGB (Red+Green+Blue) = 61+240+118=419 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.56% from 419); Green value is 240 (94.14% from 255 or 57.28% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF076 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF076 is #C20F89. Grayscale: #ACACAC. Windows color (decimal): -12717962 or 7794749. OLE color: 7794749.

HSL color Cylindrical-coordinate representation of color #3DF076: hue angle of 139.11º 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 #3DF076 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 240 118 -
CMYK 0.75 0 0.51 0.06
HSL 139.11º 0.86% 0.59% -
HSV(B) 139.11º 0.75% 0.94% -
XYZ 36.35 64.62 27.7 -
YUV 172.57 97.2 48.42 -
System Red Green Blue C M Y K H S L
Decimal 61 240 118 0.75 0 0.51 0.06 139.11 0.86 0.59
Hex 3D F0 76 4B 0 33 6 8B 56 3B
Octal 75 360 166 113 0 63 6 213 126 73
Binary 111101 11110000 1110110 1001011 0 110011 110 10001011 1010110 111011

Color Harmonies of #3DF076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF076

Black with #3DF076

Text Example


Text Example

White with #3DF076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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