Html Css Color HEX #3DF077 Emerald

📋 copy color: '#3DF077'

red 61 ◦ green 240 ◦ blue 119

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

Shades of Emerald #3DF077

Tints of Emerald #3DF077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.33%

R = 14.52%
G = 57.14%
B = 28.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#3DF077 (or 0x3DF077) is known color: Emerald. HEX triplet: 3D, F0 and 77. RGB value is (61,240,119). Sum of RGB (Red+Green+Blue) = 61+240+119=420 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.52% from 420); Green value is 240 (94.14% from 255 or 57.14% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF077 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF077 is #C20F88. Grayscale: #ACACAC. Windows color (decimal): -12717961 or 7860285. OLE color: 7860285.

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

Color convert

RGB 61 240 119 -
CMYK 0.75 0 0.50 0.06
HSL 139.44º 0.86% 0.59% -
HSV(B) 139.44º 0.75% 0.94% -
XYZ 36.41 64.64 28.01 -
YUV 172.69 97.7 48.34 -
System Red Green Blue C M Y K H S L
Decimal 61 240 119 0.75 0 0.50 0.06 139.44 0.86 0.59
Hex 3D F0 77 4B 0 32 6 8B 56 3B
Octal 75 360 167 113 0 62 6 213 126 73
Binary 111101 11110000 1110111 1001011 0 110010 110 10001011 1010110 111011

Color Harmonies of #3DF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF077

Black with #3DF077

Text Example


Text Example

White with #3DF077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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