#4BD161

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

Shades of Emerald #4BD161

Tints of Emerald #4BD161

Color information

#4BD161 (or 0x4BD161) is unknown color: approx Emerald. HEX triplet: 4B, D1 and 61. RGB value is (75,209,97). Sum of RGB (Red+Green+Blue) = 75+209+97=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 209 (82.03% from 255 or 54.86% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 209 - color contains mainly: green. Hex color #4BD161 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD161 is #B42E9E. Grayscale: #9C9C9C. Windows color (decimal): -11808415 or 6410571. OLE color: 6410571.

HSL color Cylindrical-coordinate representation of color #4BD161: hue angle of 129.85º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD161 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB7520997-
CMYK0.6400.540.18
HSL129.85º59.29%55.69%-
HSV(B)129.85º64.11%81.96%-
XYZ27.8647.9619.1-
YUV156.1794.6170.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.69%
GREEN value IS 209 (82.03% from 255) = 54.86%
BLUE value IS 97 (38.28% from 255) = 25.46%
R=19.69%
G=54.86%
B=25.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal75209970.6400.540.18129.8559.2955.69
Hex4BD1614003612823b38
Octal113321141100066222027370
Binary1001011110100011100001100000001101101001010000010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,209,97); }

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

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

 a { background-color: rgb(75,209,97); }

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

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

 span { border-color: rgb(75,209,97); }

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