#4BD35F

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

Shades of Emerald #4BD35F

Tints of Emerald #4BD35F

Color information

#4BD35F (or 0x4BD35F) is unknown color: approx Emerald. HEX triplet: 4B, D3 and 5F. RGB value is (75,211,95). Sum of RGB (Red+Green+Blue) = 75+211+95=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 211 (82.81% from 255 or 55.38% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 211 - color contains mainly: green. Hex color #4BD35F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD35F is #B42CA0. Grayscale: #9D9D9D. Windows color (decimal): -11807905 or 6280011. OLE color: 6280011.

HSL color Cylindrical-coordinate representation of color #4BD35F: hue angle of 128.82º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD35F is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB7521195-
CMYK0.6400.550.17
HSL128.82º60.71%56.08%-
HSV(B)128.82º64.45%82.75%-
XYZ28.2648.9118.78-
YUV157.1192.9469.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.69%
GREEN value IS 211 (82.81% from 255) = 55.38%
BLUE value IS 95 (37.5% from 255) = 24.93%
R=19.69%
G=55.38%
B=24.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal75211950.6400.550.17128.8260.7156.08
Hex4BD35F4003711813d38
Octal113323137100067212017570
Binary1001011110100111011111100000001101111000110000001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,211,95); }

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

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

 a { background-color: rgb(75,211,95); }

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

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

 span { border-color: rgb(75,211,95); }

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