#4BD85A

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

Shades of Emerald #4BD85A

Tints of Emerald #4BD85A

Color information

#4BD85A (or 0x4BD85A) is unknown color: approx Emerald. HEX triplet: 4B, D8 and 5A. RGB value is (75,216,90). Sum of RGB (Red+Green+Blue) = 75+216+90=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 216 (84.77% from 255 or 56.69% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 216 - color contains mainly: green. Hex color #4BD85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD85A is #B427A5. Grayscale: #9F9F9F. Windows color (decimal): -11806630 or 5953611. OLE color: 5953611.

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

Color convert

RGB7521690-
CMYK0.6500.580.15
HSL126.38º64.38%57.06%-
HSV(B)126.38º65.28%84.71%-
XYZ29.351.3518.04-
YUV159.4888.7967.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.69%
GREEN value IS 216 (84.77% from 255) = 56.69%
BLUE value IS 90 (35.55% from 255) = 23.62%
R=19.69%
G=56.69%
B=23.62%

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
Decimal75216900.6500.580.15126.3864.3857.06
Hex4BD85A4103AF7e4039
Octal1133301321010721717610071
Binary100101111011000101101010000010111010111111111101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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