Html Css Color HEX #4BD85F Emerald

📋 copy color: '#4BD85F'

red 75 ◦ green 216 ◦ blue 95

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

Shades of Emerald #4BD85F

Tints of Emerald #4BD85F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 55.96%

 BLUE value IS 95 (37.5% from 255) = 24.61%

R = 19.43%
G = 55.96%
B = 24.61%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#4BD85F (or 0x4BD85F) is known color: Emerald. HEX triplet: 4B, D8 and 5F. RGB value is (75,216,95). Sum of RGB (Red+Green+Blue) = 75+216+95=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #4BD85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD85F is #B427A0. Grayscale: #A0A0A0. Windows color (decimal): -11806625 or 6281291. OLE color: 6281291.

HSL color Cylindrical-coordinate representation of color #4BD85F: hue angle of 128.51º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD85F is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 216 95 -
CMYK 0.65 0 0.56 0.15
HSL 128.51º 0.64% 0.57% -
HSV(B) 128.51º 0.65% 0.85% -
XYZ 29.52 51.43 19.2 -
YUV 160.05 91.29 67.34 -
System Red Green Blue C M Y K H S L
Decimal 75 216 95 0.65 0 0.56 0.15 128.51 0.64 0.57
Hex 4B D8 5F 41 0 38 F 81 40 39
Octal 113 330 137 101 0 70 17 201 100 71
Binary 1001011 11011000 1011111 1000001 0 111000 1111 10000001 1000000 111001

Color Harmonies of #4BD85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD85F

Black with #4BD85F

Text Example


Text Example

White with #4BD85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,216,95); }

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

background-color css

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

 a { background-color: rgb(75,216,95); }

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

border-color css

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

 span { border-color: rgb(75,216,95); }

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