#4BE066

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

Shades of Emerald #4BE066

Tints of Emerald #4BE066

Color information

#4BE066 (or 0x4BE066) is unknown color: approx Emerald. HEX triplet: 4B, E0 and 66. RGB value is (75,224,102). Sum of RGB (Red+Green+Blue) = 75+224+102=401 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.70% from 401); Green value is 224 (87.89% from 255 or 55.86% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BE066 is #B41F99. Grayscale: #A5A5A5. Windows color (decimal): -11804570 or 6742091. OLE color: 6742091.

HSL color Cylindrical-coordinate representation of color #4BE066: hue angle of 130.87º 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 #4BE066 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB75224102-
CMYK0.6700.540.12
HSL130.87º70.62%58.63%-
HSV(B)130.87º66.52%87.84%-
XYZ31.9655.7721.65-
YUV165.5492.1463.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.70%
GREEN value IS 224 (87.89% from 255) = 55.86%
BLUE value IS 102 (40.23% from 255) = 25.44%
R=18.70%
G=55.86%
B=25.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal752241020.6700.540.12130.8770.6258.63
Hex4BE06643036C83473b
Octal1133401461030661420310773
Binary1001011111000001100110100001101101101100100000111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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