#4BF38A

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

Shades of Emerald #4BF38A

Tints of Emerald #4BF38A

Color information

#4BF38A (or 0x4BF38A) is unknown color: approx Emerald. HEX triplet: 4B, F3 and 8A. RGB value is (75,243,138). Sum of RGB (Red+Green+Blue) = 75+243+138=456 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.45% from 456); Green value is 243 (95.31% from 255 or 53.29% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 243 - color contains mainly: green. Hex color #4BF38A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF38A is #B40C75. Grayscale: #B5B5B5. Windows color (decimal): -11799670 or 9106251. OLE color: 9106251.

HSL color Cylindrical-coordinate representation of color #4BF38A: hue angle of 142.5º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF38A is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB75243138-
CMYK0.6900.430.05
HSL142.5º87.5%62.35%-
HSV(B)142.5º69.14%95.29%-
XYZ39.5467.4334.98-
YUV180.8103.8452.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.45%
GREEN value IS 243 (95.31% from 255) = 53.29%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=16.45%
G=53.29%
B=30.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal752431380.6900.430.05142.587.562.35
Hex4BF38A4502B58e583e
Octal113363212105053521613076
Binary1001011111100111000101010001010101011101100011101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,243,138); }

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

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

 a { background-color: rgb(75,243,138); }

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

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

 span { border-color: rgb(75,243,138); }

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