#4BE075

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

Shades of Emerald #4BE075

Tints of Emerald #4BE075

Color information

#4BE075 (or 0x4BE075) is unknown color: approx Emerald. HEX triplet: 4B, E0 and 75. RGB value is (75,224,117). Sum of RGB (Red+Green+Blue) = 75+224+117=416 (55% of max value = 765). Red value is 75 (29.69% from 255 or 18.03% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BE075 is #B41F8A. Grayscale: #A7A7A7. Windows color (decimal): -11804555 or 7725131. OLE color: 7725131.

HSL color Cylindrical-coordinate representation of color #4BE075: hue angle of 136.91º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE075 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB75224117-
CMYK0.6700.480.12
HSL136.91º70.62%58.63%-
HSV(B)136.91º66.52%87.84%-
XYZ32.7756.0925.93-
YUV167.2599.6462.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.03%
GREEN value IS 224 (87.89% from 255) = 53.85%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=18.03%
G=53.85%
B=28.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal752241170.6700.480.12136.9170.6258.63
Hex4BE07543030C89473b
Octal1133401651030601421110773
Binary1001011111000001110101100001101100001100100010011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,224,117); }

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

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

 a { background-color: rgb(75,224,117); }

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

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

 span { border-color: rgb(75,224,117); }

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