#4BC35F

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

Shades of Emerald #4BC35F

Tints of Emerald #4BC35F

Color information

#4BC35F (or 0x4BC35F) is unknown color: approx Emerald. HEX triplet: 4B, C3 and 5F. RGB value is (75,195,95). Sum of RGB (Red+Green+Blue) = 75+195+95=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC35F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC35F is #B43CA0. Grayscale: #949494. Windows color (decimal): -11812001 or 6275915. OLE color: 6275915.

HSL color Cylindrical-coordinate representation of color #4BC35F: hue angle of 130º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC35F is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB7519595-
CMYK0.6200.510.24
HSL130º50%52.94%-
HSV(B)130º61.54%76.47%-
XYZ24.4841.3517.52-
YUV147.7298.2476.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.55%
GREEN value IS 195 (76.56% from 255) = 53.42%
BLUE value IS 95 (37.5% from 255) = 26.03%
R=20.55%
G=53.42%
B=26.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75195950.6200.510.241305052.94
Hex4BC35F3E03318823235
Octal11330313776063302026265
Binary100101111000011101111111111001100111100010000010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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