#4BDE85

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

Shades of Emerald #4BDE85

Tints of Emerald #4BDE85

Color information

#4BDE85 (or 0x4BDE85) is unknown color: approx Emerald. HEX triplet: 4B, DE and 85. RGB value is (75,222,133). Sum of RGB (Red+Green+Blue) = 75+222+133=430 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.44% from 430); Green value is 222 (87.11% from 255 or 51.63% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDE85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDE85 is #B4217A. Grayscale: #A8A8A8. Windows color (decimal): -11805051 or 8773195. OLE color: 8773195.

HSL color Cylindrical-coordinate representation of color #4BDE85: hue angle of 143.67º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDE85 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB75222133-
CMYK0.6600.400.13
HSL143.67º69.01%58.24%-
HSV(B)143.67º66.22%87.06%-
XYZ33.2655.4331.14-
YUV167.9108.361.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.44%
GREEN value IS 222 (87.11% from 255) = 51.63%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=17.44%
G=51.63%
B=30.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal752221330.6600.400.13143.6769.0158.24
Hex4BDE8542028D90453a
Octal1133362051020501522010572
Binary10010111101111010000101100001001010001101100100001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,222,133); }

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

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

 a { background-color: rgb(75,222,133); }

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

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

 span { border-color: rgb(75,222,133); }

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