#4BD868

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

Shades of Emerald #4BD868

Tints of Emerald #4BD868

Color information

#4BD868 (or 0x4BD868) is unknown color: approx Emerald. HEX triplet: 4B, D8 and 68. RGB value is (75,216,104). Sum of RGB (Red+Green+Blue) = 75+216+104=395 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.99% from 395); Green value is 216 (84.77% from 255 or 54.68% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 216 - color contains mainly: green. Hex color #4BD868 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD868 is #B42797. Grayscale: #A1A1A1. Windows color (decimal): -11806616 or 6871115. OLE color: 6871115.

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

Color convert

RGB75216104-
CMYK0.6500.520.15
HSL132.34º64.38%57.06%-
HSV(B)132.34º65.28%84.71%-
XYZ29.9651.6121.48-
YUV161.0795.7966.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.99%
GREEN value IS 216 (84.77% from 255) = 54.68%
BLUE value IS 104 (41.02% from 255) = 26.33%
R=18.99%
G=54.68%
B=26.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal752161040.6500.520.15132.3464.3857.06
Hex4BD86841034F844039
Octal1133301501010641720410071
Binary1001011110110001101000100000101101001111100001001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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