Html Css Color HEX #3BF077 Emerald

📋 copy color: '#3BF077'

red 59 ◦ green 240 ◦ blue 119

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

Shades of Emerald #3BF077

Tints of Emerald #3BF077

RGB

 RED value IS 59 (23.44% from 255) = 14.11%

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

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

R = 14.11%
G = 57.42%
B = 28.47%

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

#3BF077 (or 0x3BF077) is known color: Emerald. HEX triplet: 3B, F0 and 77. RGB value is (59,240,119). Sum of RGB (Red+Green+Blue) = 59+240+119=418 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.11% from 418); Green value is 240 (94.14% from 255 or 57.42% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 240 - color contains mainly: green. Hex color #3BF077 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BF077 is #C40F88. Grayscale: #ACACAC. Windows color (decimal): -12849033 or 7860283. OLE color: 7860283.

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

Color convert

RGB 59 240 119 -
CMYK 0.75 0 0.50 0.06
HSL 139.89º 0.86% 0.59% -
HSV(B) 139.89º 0.75% 0.94% -
XYZ 36.29 64.58 28.01 -
YUV 172.09 98.03 47.34 -
System Red Green Blue C M Y K H S L
Decimal 59 240 119 0.75 0 0.50 0.06 139.89 0.86 0.59
Hex 3B F0 77 4B 0 32 6 8C 56 3B
Octal 73 360 167 113 0 62 6 214 126 73
Binary 111011 11110000 1110111 1001011 0 110010 110 10001100 1010110 111011

Color Harmonies of #3BF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF077

Black with #3BF077

Text Example


Text Example

White with #3BF077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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