#4BF07A

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

Shades of Emerald #4BF07A

Tints of Emerald #4BF07A

Color information

#4BF07A (or 0x4BF07A) is unknown color: approx Emerald. HEX triplet: 4B, F0 and 7A. RGB value is (75,240,122). Sum of RGB (Red+Green+Blue) = 75+240+122=437 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.16% from 437); Green value is 240 (94.14% from 255 or 54.92% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 240 - color contains mainly: green. Hex color #4BF07A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4BF07A is #B40F85. Grayscale: #B1B1B1. Windows color (decimal): -11800454 or 8056907. OLE color: 8056907.

HSL color Cylindrical-coordinate representation of color #4BF07A: hue angle of 137.09º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF07A is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB75240122-
CMYK0.6900.490.06
HSL137.09º84.62%61.76%-
HSV(B)137.09º68.75%94.12%-
XYZ37.5765.2229.02-
YUV177.2196.8455.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.16%
GREEN value IS 240 (94.14% from 255) = 54.92%
BLUE value IS 122 (48.05% from 255) = 27.92%
R=17.16%
G=54.92%
B=27.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal752401220.6900.490.06137.0984.6261.76
Hex4BF07A45031689553e
Octal113360172105061621112576
Binary100101111110000111101010001010110001110100010011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,240,122); }

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

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

 a { background-color: rgb(75,240,122); }

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

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

 span { border-color: rgb(75,240,122); }

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