#4BD85B

Color #4BD85B Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4BD85B

Tints of Emerald #4BD85B

Color information

#4BD85B (or 0x4BD85B) is unknown color: approx Emerald. HEX triplet: 4B, D8 and 5B. RGB value is (75,216,91). Sum of RGB (Red+Green+Blue) = 75+216+91=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 216 (84.77% from 255 or 56.54% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 216 - color contains mainly: green. Hex color #4BD85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD85B is #B427A4. Grayscale: #9F9F9F. Windows color (decimal): -11806629 or 6019147. OLE color: 6019147.

HSL color Cylindrical-coordinate representation of color #4BD85B: hue angle of 126.81º 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 #4BD85B is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB7521691-
CMYK0.6500.580.15
HSL126.81º64.38%57.06%-
HSV(B)126.81º65.28%84.71%-
XYZ29.3551.3618.26-
YUV159.5989.2967.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.63%
GREEN value IS 216 (84.77% from 255) = 56.54%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=19.63%
G=56.54%
B=23.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal75216910.6500.580.15126.8164.3857.06
Hex4BD85B4103AF7f4039
Octal1133301331010721717710071
Binary100101111011000101101110000010111010111111111111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4BD85B;
 }
 .AnyTagClassName
 {
   color: #4BD85B;
 }
</style>
background-color css

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

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

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

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

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

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