#4BBE82

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

Shades of Emerald #4BBE82

Tints of Emerald #4BBE82

Color information

#4BBE82 (or 0x4BBE82) is unknown color: approx Emerald. HEX triplet: 4B, BE and 82. RGB value is (75,190,130). Sum of RGB (Red+Green+Blue) = 75+190+130=395 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.99% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBE82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBE82 is #B4417D. Grayscale: #949494. Windows color (decimal): -11813246 or 8568395. OLE color: 8568395.

HSL color Cylindrical-coordinate representation of color #4BBE82: hue angle of 148.7º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBE82 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB75190130-
CMYK0.6100.320.25
HSL148.7º46.94%51.96%-
HSV(B)148.7º60.53%74.51%-
XYZ25.3439.9327.49-
YUV148.77117.475.38-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.99%
GREEN value IS 190 (74.61% from 255) = 48.10%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=18.99%
G=48.10%
B=32.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751901300.6100.320.25148.746.9451.96
Hex4BBE823D02019952f34
Octal11327620275040312255764
Binary1001011101111101000001011110101000001100110010101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,190,130); }

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

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

 a { background-color: rgb(75,190,130); }

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

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

 span { border-color: rgb(75,190,130); }

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