#4BC68D

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

Shades of Emerald #4BC68D

Tints of Emerald #4BC68D

Color information

#4BC68D (or 0x4BC68D) is unknown color: approx Emerald. HEX triplet: 4B, C6 and 8D. RGB value is (75,198,141). Sum of RGB (Red+Green+Blue) = 75+198+141=414 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.12% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 198 - color contains mainly: green. Hex color #4BC68D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC68D is #B43972. Grayscale: #9A9A9A. Windows color (decimal): -11811187 or 9291339. OLE color: 9291339.

HSL color Cylindrical-coordinate representation of color #4BC68D: hue angle of 152.2º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC68D is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB75198141-
CMYK0.6200.290.22
HSL152.2º51.9%53.53%-
HSV(B)152.2º62.12%77.65%-
XYZ27.943.8132.18-
YUV154.73120.2571.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.12%
GREEN value IS 198 (77.73% from 255) = 47.83%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=18.12%
G=47.83%
B=34.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal751981410.6200.290.22152.251.953.53
Hex4BC68D3E01D16983436
Octal11330621576035262306466
Binary100101111000110100011011111100111011011010011000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,198,141); }

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

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

 a { background-color: rgb(75,198,141); }

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

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

 span { border-color: rgb(75,198,141); }

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