#4BFD8F

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

Shades of Emerald #4BFD8F

Tints of Emerald #4BFD8F

Color information

#4BFD8F (or 0x4BFD8F) is unknown color: approx Emerald. HEX triplet: 4B, FD and 8F. RGB value is (75,253,143). Sum of RGB (Red+Green+Blue) = 75+253+143=471 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.92% from 471); Green value is 253 (99.22% from 255 or 53.72% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFD8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BFD8F is #B40270. Grayscale: #BBBBBB. Windows color (decimal): -11797105 or 9436491. OLE color: 9436491.

HSL color Cylindrical-coordinate representation of color #4BFD8F: hue angle of 142.92º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFD8F is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB75253143-
CMYK0.7000.430.01
HSL142.92º97.8%64.31%-
HSV(B)142.92º70.36%99.22%-
XYZ42.9873.7337.95-
YUV187.24103.0347.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.92%
GREEN value IS 253 (99.22% from 255) = 53.72%
BLUE value IS 143 (56.25% from 255) = 30.36%
R=15.92%
G=53.72%
B=30.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal752531430.7000.430.01142.9297.864.31
Hex4BFD8F4602B18f6240
Octal1133752171060531217142100
Binary100101111111101100011111000110010101111000111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BFD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,253,143); }

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

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

 a { background-color: rgb(75,253,143); }

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

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

 span { border-color: rgb(75,253,143); }

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