#4BC75F

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

Shades of Emerald #4BC75F

Tints of Emerald #4BC75F

Color information

#4BC75F (or 0x4BC75F) is unknown color: approx Emerald. HEX triplet: 4B, C7 and 5F. RGB value is (75,199,95). Sum of RGB (Red+Green+Blue) = 75+199+95=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 199 (78.12% from 255 or 53.93% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 199 - color contains mainly: green. Hex color #4BC75F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC75F is #B438A0. Grayscale: #969696. Windows color (decimal): -11810977 or 6276939. OLE color: 6276939.

HSL color Cylindrical-coordinate representation of color #4BC75F: hue angle of 129.68º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC75F is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB7519995-
CMYK0.6200.520.22
HSL129.68º52.54%53.73%-
HSV(B)129.68º62.31%78.04%-
XYZ25.3943.1717.82-
YUV150.0796.9274.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.33%
GREEN value IS 199 (78.12% from 255) = 53.93%
BLUE value IS 95 (37.5% from 255) = 25.75%
R=20.33%
G=53.93%
B=25.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75199950.6200.520.22129.6852.5453.73
Hex4BC75F3E03416823536
Octal11330713776064262026566
Binary100101111000111101111111111001101001011010000010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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