Html Css Color HEX #4DBF75 Emerald

📋 copy color: '#4DBF75'

red 77 ◦ green 191 ◦ blue 117

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

Shades of Emerald #4DBF75

Tints of Emerald #4DBF75

RGB

 RED value IS 77 (30.47% from 255) = 20%

 GREEN value IS 191 (75% from 255) = 49.61%

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 20%
G = 49.61%
B = 30.39%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#4DBF75 (or 0x4DBF75) is known color: Emerald. HEX triplet: 4D, BF and 75. RGB value is (77,191,117). Sum of RGB (Red+Green+Blue) = 77+191+117=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBF75 is #B2408A. Grayscale: #949494. Windows color (decimal): -11681931 or 7716685. OLE color: 7716685.

HSL color Cylindrical-coordinate representation of color #4DBF75: hue angle of 141.05º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBF75 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 191 117 -
CMYK 0.60 0 0.39 0.25
HSL 141.05º 0.47% 0.53% -
HSV(B) 141.05º 0.6% 0.75% -
XYZ 24.9 40.12 23.26 -
YUV 148.48 110.23 77.02 -
System Red Green Blue C M Y K H S L
Decimal 77 191 117 0.60 0 0.39 0.25 141.05 0.47 0.53
Hex 4D BF 75 3C 0 27 19 8D 2F 35
Octal 115 277 165 74 0 47 31 215 57 65
Binary 1001101 10111111 1110101 111100 0 100111 11001 10001101 101111 110101

Color Harmonies of #4DBF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBF75

Black with #4DBF75

Text Example


Text Example

White with #4DBF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,191,117); }

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

background-color css

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

 a { background-color: rgb(77,191,117); }

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

border-color css

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

 span { border-color: rgb(77,191,117); }

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