Html Css Color HEX #4DBB85 Emerald

📋 copy color: '#4DBB85'

red 77 ◦ green 187 ◦ blue 133

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

Shades of Emerald #4DBB85

Tints of Emerald #4DBB85

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.1%

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 19.4%
G = 47.1%
B = 33.5%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#4DBB85 (or 0x4DBB85) is known color: Emerald. HEX triplet: 4D, BB and 85. RGB value is (77,187,133). Sum of RGB (Red+Green+Blue) = 77+187+133=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBB85 is #B2447A. Grayscale: #949494. Windows color (decimal): -11682939 or 8764237. OLE color: 8764237.

HSL color Cylindrical-coordinate representation of color #4DBB85: hue angle of 150.55º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBB85 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 187 133 -
CMYK 0.59 0 0.29 0.27
HSL 150.55º 0.45% 0.52% -
HSV(B) 150.55º 0.59% 0.73% -
XYZ 25.06 38.81 28.36 -
YUV 147.95 119.56 77.39 -
System Red Green Blue C M Y K H S L
Decimal 77 187 133 0.59 0 0.29 0.27 150.55 0.45 0.52
Hex 4D BB 85 3B 0 1D 1B 97 2D 34
Octal 115 273 205 73 0 35 33 227 55 64
Binary 1001101 10111011 10000101 111011 0 11101 11011 10010111 101101 110100

Color Harmonies of #4DBB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBB85

Black with #4DBB85

Text Example


Text Example

White with #4DBB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,187,133); }

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

background-color css

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

 a { background-color: rgb(77,187,133); }

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

border-color css

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

 span { border-color: rgb(77,187,133); }

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