Html Css Color HEX #4BF080 Emerald

📋 copy color: '#4BF080'

red 75 ◦ green 240 ◦ blue 128

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

Shades of Emerald #4BF080

Tints of Emerald #4BF080

RGB

 RED value IS 75 (29.69% from 255) = 16.93%

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

 BLUE value IS 128 (50.39% from 255) = 28.89%

R = 16.93%
G = 54.18%
B = 28.89%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#4BF080 (or 0x4BF080) is known color: Emerald. HEX triplet: 4B, F0 and 80. RGB value is (75,240,128). Sum of RGB (Red+Green+Blue) = 75+240+128=443 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.93% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #4BF080 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF080 is #B40F7F. Grayscale: #B2B2B2. Windows color (decimal): -11800448 or 8450123. OLE color: 8450123.

HSL color Cylindrical-coordinate representation of color #4BF080: hue angle of 139.27º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF080 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 75 240 128 -
CMYK 0.69 0 0.47 0.06
HSL 139.27º 0.85% 0.62% -
HSV(B) 139.27º 0.69% 0.94% -
XYZ 37.96 65.37 31.04 -
YUV 177.9 99.84 54.61 -
System Red Green Blue C M Y K H S L
Decimal 75 240 128 0.69 0 0.47 0.06 139.27 0.85 0.62
Hex 4B F0 80 45 0 2F 6 8B 55 3E
Octal 113 360 200 105 0 57 6 213 125 76
Binary 1001011 11110000 10000000 1000101 0 101111 110 10001011 1010101 111110

Color Harmonies of #4BF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BF080

Black with #4BF080

Text Example


Text Example

White with #4BF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BF080; }

 p { color: rgb(75,240,128); }

 H1.HeaderClassName
 {
   color: #4BF080;
 }
 .AnyTagClassName
 {
   color: #4BF080;
 }
</style>

background-color css

<style>
 a { background-color: #4BF080; }

 a { background-color: rgb(75,240,128); }

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

border-color css

<style>
 span { border-color: #4BF080; }

 span { border-color: rgb(75,240,128); }

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