#4BD061

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

Shades of Emerald #4BD061

Tints of Emerald #4BD061

Color information

#4BD061 (or 0x4BD061) is unknown color: approx Emerald. HEX triplet: 4B, D0 and 61. RGB value is (75,208,97). Sum of RGB (Red+Green+Blue) = 75+208+97=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 208 (81.64% from 255 or 54.74% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD061 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD061 is #B42F9E. Grayscale: #9B9B9B. Windows color (decimal): -11808671 or 6410315. OLE color: 6410315.

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

Color convert

RGB7520897-
CMYK0.6400.530.18
HSL129.92º58.59%55.49%-
HSV(B)129.92º63.94%81.57%-
XYZ27.6247.4719.02-
YUV155.5894.9470.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.74%
GREEN value IS 208 (81.64% from 255) = 54.74%
BLUE value IS 97 (38.28% from 255) = 25.53%
R=19.74%
G=54.74%
B=25.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal75208970.6400.530.18129.9258.5955.49
Hex4BD0614003512823b37
Octal113320141100065222027367
Binary1001011110100001100001100000001101011001010000010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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