#4BBA64

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

Shades of Emerald #4BBA64

Tints of Emerald #4BBA64

Color information

#4BBA64 (or 0x4BBA64) is unknown color: approx Emerald. HEX triplet: 4B, BA and 64. RGB value is (75,186,100). Sum of RGB (Red+Green+Blue) = 75+186+100=361 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.78% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBA64 is #B4459B. Grayscale: #8F8F8F. Windows color (decimal): -11814300 or 6601291. OLE color: 6601291.

HSL color Cylindrical-coordinate representation of color #4BBA64: hue angle of 133.51º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBA64 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB75186100-
CMYK0.6000.460.27
HSL133.51º44.58%51.18%-
HSV(B)133.51º59.68%72.94%-
XYZ22.7637.5318.1-
YUV143.01103.7379.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.78%
GREEN value IS 186 (73.05% from 255) = 51.52%
BLUE value IS 100 (39.45% from 255) = 27.70%
R=20.78%
G=51.52%
B=27.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751861000.6000.460.27133.5144.5851.18
Hex4BBA643C02E1B862d33
Octal11327214474056332065563
Binary100101110111010110010011110001011101101110000110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,186,100); }

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

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

 a { background-color: rgb(75,186,100); }

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

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

 span { border-color: rgb(75,186,100); }

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